BindingList<T>.SupportsChangeNotificationCore Vlastnost

Definice

Získá hodnotu označující, zda ListChanged jsou povoleny události.

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

Hodnota vlastnosti

truepokud ListChanged se události podporují, jinak . false Výchozí formát je true.

Poznámky

SupportsChangeNotificationCore poskytuje implementaci pro SupportsChangeNotification. Můžete odvodit třídu z BindingList<T> a přepsat výchozí hodnotu.

Platí pro