BindingList<T>.SupportsChangeNotificationCore 屬性

定義

取得值,指出是否已啟用 ListChanged 事件。

protected:
 virtual property bool SupportsChangeNotificationCore { bool get(); };
protected virtual bool SupportsChangeNotificationCore { get; }
member this.SupportsChangeNotificationCore : bool
Protected Overridable ReadOnly Property SupportsChangeNotificationCore As Boolean

屬性值

如果支援 ListChanged 事件,則為 true,否則為 false。 預設為 true

備註

SupportsChangeNotificationCore 提供 的實作 SupportsChangeNotification 。 您可以從 衍生類別 BindingList<T> ,並覆寫預設值。

適用於