CheckBox.IPostBackDataHandler.LoadPostData Metodo

Definizione

Elabora i dati pubblicati per il CheckBox controllo.

 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

Parametri

postDataKey
String

Valore della chiave utilizzato per indicizzare una voce nell'insieme.

postCollection
NameValueCollection

Oggetto NameValueCollection che contiene informazioni sui post.

Valori restituiti

true se lo stato di CheckBox è stato modificato; in caso contrario false, .

Implementazioni

Commenti

CheckBox determina lo stato registrato Checked .

Si applica a

Vedi anche