Button.RaisePostBackEvent(String) 方法

定义

Button 控件回发到服务器时引发此控件的事件。

protected:
 virtual void RaisePostBackEvent(System::String ^ eventArgument);
protected virtual void RaisePostBackEvent (string eventArgument);
abstract member RaisePostBackEvent : string -> unit
override this.RaisePostBackEvent : string -> unit
Protected Overridable Sub RaisePostBackEvent (eventArgument As String)

参数

eventArgument
String

该事件的参数。

注解

控件在内部 Button 使用此事件(单击该事件时)引发 Click 事件,如果已定义,则引发 Command 事件。

适用于

另请参阅