CheckBox.IPostBackDataHandler.LoadPostData Methode

Definitie

Verwerkt geplaatste gegevens voor het CheckBox besturingselement.

 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

Parameters

postDataKey
String

De sleutelwaarde die wordt gebruikt om een vermelding in de verzameling te indexeren.

postCollection
NameValueCollection

Een NameValueCollection met postgegevens.

Retouren

true als de status van de CheckBox status is gewijzigd; anders false.

Implementeringen

Opmerkingen

CheckBox bepaalt de geplaatste Checked status.

Van toepassing op

Zie ook