DetailsView.IPostBackEventHandler.RaisePostBackEvent(String) 方法

定义

有关此成员的说明,请参见 RaisePostBackEvent(String)

 virtual void System.Web.UI.IPostBackEventHandler.RaisePostBackEvent(System::String ^ eventArgument) = System::Web::UI::IPostBackEventHandler::RaisePostBackEvent;
void IPostBackEventHandler.RaisePostBackEvent (string eventArgument);
abstract member System.Web.UI.IPostBackEventHandler.RaisePostBackEvent : string -> unit
override this.System.Web.UI.IPostBackEventHandler.RaisePostBackEvent : string -> unit
Sub RaisePostBackEvent (eventArgument As String) Implements IPostBackEventHandler.RaisePostBackEvent

参数

eventArgument
String

表示要传递到事件处理程序的可选事件自变量的字符串。

实现

注解

此成员是显式接口成员的实现。 仅当实例强制转换为IPostBackEventHandler接口时DetailsView,才能使用它。

适用于

另请参阅