Image.RaisePostBackEvent(String) メソッド

定義

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

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

パラメーター

argument
String

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

適用対象

こちらもご覧ください