BindingList<T>.SupportsChangeNotificationCore Proprietà

Definizione

Ottiene un valore che indica se sono abilitati gli eventi ListChanged.

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

Valore della proprietà

true se gli eventi ListChanged sono supportati; in caso contrario, false. Il valore predefinito è true.

Commenti

SupportsChangeNotificationCore fornisce l'implementazione per SupportsChangeNotification. È possibile derivare una classe da BindingList<T> ed eseguire l'override del valore predefinito.

Si applica a