CheckBox.IPostBackDataHandler.LoadPostData Methode

Definition

Verarbeitet bereitgestellte Daten für das CheckBox 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üsselwert, der zum Indizieren eines Eintrags in der Auflistung verwendet wird.

postCollection
NameValueCollection

A NameValueCollection that contains post information.

Gibt zurück

true wenn sich der Zustand des Zustands CheckBox geändert hat; andernfalls false.

Implementiert

Hinweise

CheckBox bestimmt den Status "Gebucht" Checked .

Gilt für:

Weitere Informationen