Link.RaisePostBackEvent(String) 方法

定義

回傳至伺服器時,便會引發 Link 控制項的事件。 這個 API 已經過時。 如需如何開發 ASP.NET 行動應用程式的資訊,請參閱 具有 ASP.NET 的Mobile Apps & Sites

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 物件。

適用於

另請參閱