Link.RaisePostBackEvent(String) 方法

定義

當控制件回傳到伺服器時,會觸發事件 Link 。 這個 API 已經過時了。 有關如何開發 ASP.NET 行動應用程式的資訊,請參閱 Mobile Apps &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

EventArgs 物件。

適用於

另請參閱