Share via


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

傳回

String

回呼的結果。

實作

備註

控制項 GridView 會實作 介面, ICallbackEventHandler 並使用 RaisePostBackEvent 以非同步方式擷取資料和 GetCallbackResult 方法,將擷取的資料傳回控制項。

適用於