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 発生させます。

適用対象

こちらもご覧ください