Page.IsPostBackEventControlRegistered 屬性

定義

取得值,這個值指示在該頁面中執行回傳的控制項是否已註冊。

public:
 property bool IsPostBackEventControlRegistered { bool get(); };
public bool IsPostBackEventControlRegistered { get; }
member this.IsPostBackEventControlRegistered : bool
Public ReadOnly Property IsPostBackEventControlRegistered As Boolean

屬性值

如果控制項已註冊,則為 true,否則為 false

適用於