BindingList<T>.IBindingList.SupportsChangeNotification Propriété
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Pour obtenir une description de ce membre, consultez SupportsChangeNotification.
property bool System::ComponentModel::IBindingList::SupportsChangeNotification { bool get(); };
bool System.ComponentModel.IBindingList.SupportsChangeNotification { get; }
member this.System.ComponentModel.IBindingList.SupportsChangeNotification : bool
ReadOnly Property SupportsChangeNotification As Boolean Implements IBindingList.SupportsChangeNotification
Valeur de propriété
true
si l'événement ListChanged est déclenché en cas de modification de la liste ou d'un de ses éléments ; sinon, false
.
Implémente
Remarques
Ce membre est une implémentation d'un membre d'interface explicite. Il peut uniquement être utilisé lorsque l'instance de BindingList<T> est castée en interface IBindingList.