Udostępnij za pośrednictwem


TreeView.GetCallbackResult Metoda

Definicja

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

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

Zwraca

String

Wyniki wywołania zwrotnego.

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