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

適用対象

こちらもご覧ください