CheckBox.IPostBackDataHandler.LoadPostData Metod

Definition

Bearbetar publicerade data för CheckBox kontrollen.

 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

Parametrar

postDataKey
String

Nyckelvärdet som används för att indexering av en post i samlingen.

postCollection
NameValueCollection

En NameValueCollection som innehåller postinformation.

Returer

true om tillståndet för CheckBox har ändrats, annars false.

Implementeringar

Kommentarer

CheckBox bestämmer det bokförda Checked tillståndet.

Gäller för

Se även