TreeView.ICallbackEventHandler.GetCallbackResult Metoda

Definicja

Zwraca wynik zdarzenia wywołania zwrotnego, które jest przeznaczone dla kontrolki.

 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

Zwraca

String

Wyniki wywołania zwrotnego.

Implementuje

Uwagi

Kontrolka TreeView implementuje ICallbackEventHandler interfejs i używa RaisePostBackEvent metody do pobierania danych i GetCallbackResult metody w celu zwrócenia pobranych danych do kontrolki.

Dotyczy