共用方式為


Command.RaisePostBackEvent(String) 方法

定義

回傳至伺服器時,便會引發 Command 控制項的事件。 這個 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

事件的引數。

備註

RaisePostBackEvent當控件按兩下以引發Click事件時,方法會在內部使用Command

適用於

另請參閱