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> クラスを派生させ、既定値をオーバーライドできます。

適用対象