CheckBox.IPostBackDataHandler.LoadPostData Méthode

Définition

Traite des données publiées pour le contrôle CheckBox.

 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

Paramètres

postDataKey
String

Valeur de clé utilisée pour indexer une entrée dans la collection.

postCollection
NameValueCollection

NameValueCollection contenant les informations de publication.

Retours

Boolean

true si l'état du CheckBox a changé ; sinon, false.

Implémente

Remarques

CheckBox détermine l’état publié Checked .

S’applique à

Voir aussi