Page.IsPostBackEventControlRegistered Propiedad

Definición

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

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

Valor de propiedad

true si el control se ha registrado; de lo contrario, false.

Se aplica a