Udostępnij za pośrednictwem


DetailsView.ICallbackEventHandler.GetCallbackResult Metoda

Definicja

Zobacz metodę GetCallbackResult().

 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 DetailsView implementuje ICallbackEventHandler interfejs i używa RaisePostBackEvent metody do pobierania danych i GetCallbackResult metody w celu zwrócenia pobranych danych do kontrolki.

Dotyczy