TreeView.ICallbackEventHandler.GetCallbackResult Método
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
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
Os resultados do retorno de chamada.
Implementações
Comentários
O TreeView 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.