GridView.ICallbackEventHandler.GetCallbackResult Méthode

Définition

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

String

Résultats du rappel.

Implémente

Remarques

Le GridView contrôle implémente l’interface ICallbackEventHandler et utilise la RaisePostBackEvent méthode pour récupérer de manière asynchrone les données et GetCallbackResult retourner les données récupérées au contrôle.

S’applique à