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 个表示要传递给事件处理程序的可选事件参数。

实现

适用于