DetailsView.GetCallbackResult 方法
定义
返回以控件为目标的回调事件的结果。Returns the result of a callback event that targets a control.
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
返回
回调的结果。The results of the callback.
实现
注解
控件实现接口, 并使用RaisePostBackEvent来检索数据, 并GetCallbackResult使用方法将检索到的数据返回到控件。 ICallbackEventHandler DetailsViewThe DetailsView control implements the ICallbackEventHandler interface and uses the RaisePostBackEvent to retrieve data and the GetCallbackResult method to return the retrieved data to the control.