GridView.ICallbackEventHandler.GetCallbackResult Método

Definição

Retorna o resultado de um evento de retorno de chamada direcionado a um controle.

 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

Retornos

String

Os resultados do retorno de chamada.

Implementações

Comentários

O GridView controle implementa a ICallbackEventHandler interface e usa os RaisePostBackEvent dados de recuperação assíncrona e o GetCallbackResult método para retornar os dados recuperados ao controle.

Aplica-se a