Udostępnij za pośrednictwem


HtmlInputCheckBox.IPostBackDataHandler.LoadPostData Metoda

Definicja

 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

Parametry

postDataKey
String

Identyfikator klucza kontrolki.

postCollection
NameValueCollection

Kolekcja wszystkich wartości nazw przychodzących.

Zwraca

true HtmlInputCheckBox jeśli stan kontrolki zmienił się w wyniku ogłaszania zwrotnego; w przeciwnym razie . false

Implementuje

Dotyczy