Page.IsPostBackEventControlRegistered Propiedad

Definición

Obtiene un valor que indica si se ha registrado el control de la página que realiza los postbacks.

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

Valor de propiedad

Es true si se ha registrado el control; en caso contrario, es false.

Se aplica a