Page.IsPostBackEventControlRegistered Property

Definition

Gets a value that indicates whether the control in the page that performs postbacks has been registered.

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

Property Value

true if the control has been registered; otherwise, false.

Applies to