HtmlInputButton.IPostBackEventHandler.RaisePostBackEvent(String) 方法

定义

通过调用 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

表示要传递到事件处理程序的可选事件参数的 String

实现

适用于