GridView.GetCallbackResult 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
傳回以控制項為目標之回呼事件的結果。
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
傳回
回呼的結果。
備註
控制項 GridView 會實作 介面, ICallbackEventHandler 並使用 RaisePostBackEvent 以非同步方式擷取資料和 GetCallbackResult 方法,將擷取的資料傳回控制項。