TreeView.ICallbackEventHandler.GetCallbackResult Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Retourne le résultat d'un événement de rappel qui cible un contrôle.
virtual System::String ^ System.Web.UI.ICallbackEventHandler.GetCallbackResult() = System::Web::UI::ICallbackEventHandler::GetCallbackResult;
string ICallbackEventHandler.GetCallbackResult ();
abstract member System.Web.UI.ICallbackEventHandler.GetCallbackResult : unit -> string
override this.System.Web.UI.ICallbackEventHandler.GetCallbackResult : unit -> string
Function GetCallbackResult () As String Implements ICallbackEventHandler.GetCallbackResult
Retours
Résultats du rappel.
Implémente
Remarques
Le TreeView contrôle implémente l’interface ICallbackEventHandler et utilise les RaisePostBackEvent données pour récupérer des données et la GetCallbackResult méthode pour renvoyer les données récupérées au contrôle.