DropDownList.IPostBackDataHandler.LoadPostData Metoda

Definicja

Przetwarza dane opublikowane dla kontrolki DropDownList .

 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

Wartość klucza używana do indeksowania wpisu w kolekcji.

postCollection
NameValueCollection

Element NameValueCollection zawierający informacje o wpisie.

Zwraca

Boolean

true jeśli opublikowana zawartość różni się od ostatniego publikowania; w przeciwnym razie , false.

Implementuje

Dotyczy