DetailsView.ICallbackEventHandler.GetCallbackResult Método
Definição
Importante
Algumas informações dizem respeito a um produto pré-lançado que pode ser substancialmente modificado antes de ser lançado. A Microsoft não faz garantias, de forma expressa ou implícita, em relação à informação aqui apresentada.
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
Devoluções
Os resultados da chamada de retorno.
Implementações
Observações
O DetailsView controlo implementa a ICallbackEventHandler interface e usa o RaisePostBackEvent para recuperar os dados e o GetCallbackResult método para devolver os dados recuperados ao controlo.