Menu.RaisePostBackEvent(String) 方法

定义

处理窗体发送到服务器时引发的事件。

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

参数

eventArgument
String

String,表示传递给事件处理程序的事件参数。

适用于

另请参阅