DetailsView.ICallbackEventHandler.GetCallbackResult Metodo

Definizione

Vedere il metodo GetCallbackResult().

 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

Risultati del callback.

Implementazioni

Commenti

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

Si applica a