共用方式為


IPageAdapter.HandlePagePostBackEvent(String, String) 方法

定義

若處理例外狀況,則傳回 true。 這個 API 已經過時。 如需如何開發 ASP.NET 行動應用程式的資訊,請參閱 mobile Apps & Sites with ASP.NET

public:
 bool HandlePagePostBackEvent(System::String ^ eventSource, System::String ^ eventArgument);
public bool HandlePagePostBackEvent (string eventSource, string eventArgument);
abstract member HandlePagePostBackEvent : string * string -> bool
Public Function HandlePagePostBackEvent (eventSource As String, eventArgument As String) As Boolean

參數

eventSource
String

事件的來源識別項。

eventArgument
String

活動的名稱。

傳回

如果頁面配置器會處理例外狀況則為 true,否則為 false

備註

在回傳期間呼叫。 允許頁面配接器自行處理回傳事件。

適用於

另請參閱