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

定義

サーバーにポストバックするときに、 Command コントロールのイベントを発生させます。 このメンバーの説明については、 RaisePostBackEvent(String)を参照してください。 この API は廃止されています。 ASP.NET モバイル アプリケーションの開発方法については、「Mobile Apps&」を参照してください。ASP.NET

この 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

イベントの引数。

実装

注釈

RaisePostBackEvent メソッドは、Click イベントを発生させるためにクリックされたときに、Command コントロールによって内部的に使用されます。

適用対象

こちらもご覧ください