TreeView.GetCallbackResult Método

Definição

Retorna o resultado de um evento de retorno de chamada direcionado a um controle.Returns the result of a callback event that targets a control.

protected:
 virtual System::String ^ GetCallbackResult();
protected virtual string GetCallbackResult ();
abstract member GetCallbackResult : unit -> string
override this.GetCallbackResult : unit -> string
Protected Overridable Function GetCallbackResult () As String

Retornos

String

Os resultados do retorno de chamada.The results of the callback.

Comentários

O TreeView controle implementa a ICallbackEventHandler interface e usa o RaisePostBackEvent para recuperar dados e o GetCallbackResult método para retornar os dados recuperados para o controle.The TreeView control implements the ICallbackEventHandler interface and uses the RaisePostBackEvent to retrieve data and the GetCallbackResult method to return the retrieved data to the control.

Aplica-se a