BindingList<T>.SupportsChangeNotificationCore Proprietà
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
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.