GridView.ICallbackEventHandler.GetCallbackResult Metodo

Definizione

Restituisce il risultato di un evento di callback diretto a un controllo.

 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

Restituisce

String

Risultati del callback.

Implementazioni

Commenti

Il GridView controllo implementa l'interfaccia e usa per RaisePostBackEvent ICallbackEventHandler recuperare in modo asincrono i dati e il GetCallbackResult metodo per restituire i dati recuperati al controllo.

Si applica a