DetailsView.ICallbackEventHandler.GetCallbackResult Metod

Definition

Se metoden 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

Returer

Resultatet av återanropet.

Implementeringar

Kommentarer

Kontrollen DetailsView implementerar ICallbackEventHandler gränssnittet och använder RaisePostBackEvent för att hämta data och GetCallbackResult metoden för att returnera hämtade data till kontrollen.

Gäller för