GridView.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

Wyniki wywołania zwrotnego.

Implementuje

Uwagi

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

Dotyczy