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

定義

このメンバーの詳細については、「RaisePostBackEvent(IPostBackEventHandler, String)」をご覧ください。

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

パラメーター

eventArgument
String

イベント引数。

実装

注釈

IPostBackEventHandler.RaisePostBackEvent メソッドは RaisePostBackEvent メソッドを呼び出します。

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

適用対象

こちらもご覧ください