共用方式為


Page.GetPostBackClientEvent(Control, String) 方法

定義

警告

The recommended alternative is ClientScript.GetPostBackEventReference. http://go.microsoft.com/fwlink/?linkid=14202

取得可用於用戶端事件的參考,以針對指定的控制項回傳至伺服器,並且包含指定的事件參數。

public:
 System::String ^ GetPostBackClientEvent(System::Web::UI::Control ^ control, System::String ^ argument);
public string GetPostBackClientEvent (System.Web.UI.Control control, string argument);
[System.Obsolete("The recommended alternative is ClientScript.GetPostBackEventReference. http://go.microsoft.com/fwlink/?linkid=14202")]
public string GetPostBackClientEvent (System.Web.UI.Control control, string argument);
member this.GetPostBackClientEvent : System.Web.UI.Control * string -> string
[<System.Obsolete("The recommended alternative is ClientScript.GetPostBackEventReference. http://go.microsoft.com/fwlink/?linkid=14202")>]
member this.GetPostBackClientEvent : System.Web.UI.Control * string -> string
Public Function GetPostBackClientEvent (control As Control, argument As String) As String

參數

control
Control

接收用戶端事件回傳的伺服器控制項。

argument
String

傳遞至 RaisePostBackEvent(String)String

傳回

String

代表用戶端事件的字串。

屬性

備註

ClientScriptManager如需這個已取代成員的替代專案,請參閱 類別。

適用於

另請參閱