GridView.GetCallbackResult 方法

定义

返回以控件为目标的回调事件的结果。

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

返回

String

回调的结果。

注解

GridView 控件实现 ICallbackEventHandler 接口,并使用该 RaisePostBackEvent 接口以异步方式检索数据以及 GetCallbackResult 将检索到的数据返回到控件的方法。

适用于