DetailsView.ICallbackEventHandler.GetCallbackResult 方法

定义

请参见 GetCallbackResult() 方法。See the method 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

回调的结果。The results of the callback.

实现

注解

DetailsView控件实现 ICallbackEventHandler 接口,并使用 RaisePostBackEvent 来检索数据,并使用方法将检索到的 GetCallbackResult 数据返回到控件。The 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.

适用于