Page.IsPostBackEventControlRegistered 属性

定义

获取一个值,该值指示页中执行回发的控件是否经过注册。

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

属性值

如果该控件经过注册,则为 true;否则为 false

适用于