CheckBox.IPostBackDataHandler.LoadPostData Methode
Definitie
Belangrijk
Bepaalde informatie heeft betrekking op een voorlopige productversie die aanzienlijk kan worden gewijzigd voordat deze wordt uitgebracht. Microsoft biedt geen enkele expliciete of impliciete garanties met betrekking tot de informatie die hier wordt verstrekt.
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.