Share via


Link.RaisePostBackEvent(String) メソッド

定義

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

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

パラメーター

argument
String

EventArgs オブジェクト。

適用対象

こちらもご覧ください