Share via


Image.IPostBackEventHandler.RaisePostBackEvent(String) メソッド

定義

このメンバーの詳細については、「RaisePostBackEvent(String)」をご覧ください。 この API は、互換性のために残されています。 ASP.NET モバイル アプリケーションを開発する方法については、「ASP.NET を使用した Mobile Apps & サイト」を参照してください。

この API は製品インフラストラクチャをサポートします。コードから直接使用するものではありません。

 virtual void System.Web.UI.IPostBackEventHandler.RaisePostBackEvent(System::String ^ argument) = System::Web::UI::IPostBackEventHandler::RaisePostBackEvent;
 virtual void System.Web.UI.IPostBackEventHandler.RaisePostBackEvent(System::String ^ eventArgument) = System::Web::UI::IPostBackEventHandler::RaisePostBackEvent;
void IPostBackEventHandler.RaisePostBackEvent (string argument);
void IPostBackEventHandler.RaisePostBackEvent (string eventArgument);
abstract member System.Web.UI.IPostBackEventHandler.RaisePostBackEvent : string -> unit
override this.System.Web.UI.IPostBackEventHandler.RaisePostBackEvent : string -> unit
abstract member System.Web.UI.IPostBackEventHandler.RaisePostBackEvent : string -> unit
override this.System.Web.UI.IPostBackEventHandler.RaisePostBackEvent : string -> unit
Sub RaisePostBackEvent (argument As String) Implements IPostBackEventHandler.RaisePostBackEvent
Sub RaisePostBackEvent (eventArgument As String) Implements IPostBackEventHandler.RaisePostBackEvent

パラメーター

argumenteventArgument
String

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

実装

注釈

このメンバーは、明示的なインターフェイス メンバーの実装です。 これは、Image のインスタンスが IPostBackEventHandler インターフェイスにキャストされる場合のみ、使用できます。

適用対象

こちらもご覧ください