DropDownList.IPostBackDataHandler.LoadPostData Methode

Definitie

Verwerkt geplaatste gegevens voor het DropDownList 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 geplaatste inhoud verschilt van de laatste boeking; anders, false.

Implementeringen

Van toepassing op