TreeView.IPostBackDataHandler.LoadPostData Méthode

Définition

Traite les données de publication pour le TreeView contrôle.

 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

Paramètres

postDataKey
String

Identificateur de clé du contrôle.

postCollection
NameValueCollection

Collection de toutes les valeurs de nom entrantes.

Retours

true, si l’état TreeView du contrôle change à la suite de l’événement de publication ; sinon, false.

Implémente

Remarques

Les développeurs de contrôles doivent remplacer la LoadPostData méthode.

S’applique à

Voir aussi