CatalogZoneBase.IPostBackDataHandler.LoadPostData Methode

Definition

Implementiert die LoadPostData(String, NameValueCollection)-Methode durch Aufruf der LoadPostData(String, NameValueCollection)-Methode der CatalogZoneBase-Klasse.

 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

Parameter

postDataKey
String

Die Schlüsselkennung für das Steuerelement.

postCollection
NameValueCollection

Die Sammlung von Name-Wert-Paaren, die an den Server gesendet werden.

Gibt zurück

true, wenn ein Ereignis ausgelöst werden soll, um anzugeben, dass sich Daten geändert haben, andernfalls false.

Implementiert

Hinweise

Bei diesem Member handelt es sich um eine explizite Schnittstellenmemberimplementierung. Er kann nur verwendet werden, wenn die CatalogZoneBase-Instanz in eine IPostBackDataHandler-Schnittstelle umgewandelt wird. Die -Methode ruft einfach die LoadPostData -Methode für die CatalogZoneBase -Klasse auf, die wiederum den Zustand der Kontrollkästchen in einem Katalog verarbeitet, die den Serversteuerelementen im Katalog entsprechen.

Gilt für:

Weitere Informationen