DetailsView.ICallbackEventHandler.GetCallbackResult Método

Definição

Veja o método 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

Retornos

String

Os resultados do retorno de chamada.

Implementações

Comentários

O DetailsView controle implementa a ICallbackEventHandler interface e usa o RaisePostBackEvent método para recuperar dados e o GetCallbackResult método para retornar os dados recuperados ao controle.

Aplica-se a