TreeView.IPostBackDataHandler.LoadPostData Methode

Definition

Verarbeitet Postbackdaten für das TreeView Steuerelement.

 virtual bool System.Web.UI.IPostBackDataHandler.LoadPostData(System::String ^ postDataKey, System::Collections::Specialized::NameValueCollection ^ postCollection) = System::Web::UI::IPostBackDataHandler::LoadPostData;
bool IPostBackDataHandler.LoadPostData(string postDataKey, System.Collections.Specialized.NameValueCollection postCollection);
abstract member System.Web.UI.IPostBackDataHandler.LoadPostData : string * System.Collections.Specialized.NameValueCollection -> bool
override this.System.Web.UI.IPostBackDataHandler.LoadPostData : string * System.Collections.Specialized.NameValueCollection -> bool
Function LoadPostData (postDataKey As String, postCollection As NameValueCollection) As Boolean Implements IPostBackDataHandler.LoadPostData

Parameter

postDataKey
String

Der Schlüsselbezeichner für das Steuerelement.

postCollection
NameValueCollection

Die Auflistung aller werte für eingehende Namen.

Gibt zurück

true, wenn sich der TreeView Zustand des Steuerelements als Ergebnis des Postbackereignisses ändert; andernfalls false.

Implementiert

Hinweise

Steuerungsentwickler sollten die LoadPostData Methode außer Kraft setzen.

Gilt für:

Weitere Informationen