List.RaisePostBackEvent(String) メソッド

定義

List オブジェクトにポストバック イベントを通知します。 この API は、互換性のために残されています。 ASP.NET モバイル アプリケーションを開発する方法については、「ASP.NET を使用した Mobile Apps & サイト」を参照してください。

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

パラメーター

eventArgument
String

イベント ハンドラーに渡される省略可能なイベント引数を表す String オブジェクト。

適用対象

こちらもご覧ください