DetailsView.ICallbackEventHandler.GetCallbackResult 方法

定义

请参见 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

回调的结果。

实现

注解

DetailsView 控件实现接口, ICallbackEventHandler 并使用 RaisePostBackEvent 检索数据和 GetCallbackResult 方法将检索的数据返回到控件。

适用于