Table.RaisePostBackEvent(String) メソッド

定義

フォームがサーバーにポストバックされるときに、Table コントロールのイベントを発生させます。

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

パラメーター

argument
String

イベントの引数を表す String

注釈

ページは、パラメーターの値を argument メソッドに RaisePostBackEvent 渡します。

適用対象

こちらもご覧ください