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 un ListChanged événement est déclenché lorsque la liste change ou lorsqu’un élément change ; sinon, false.
Implémente
Remarques
Ce membre est une implémentation explicite de membre d’interface. Elle ne peut être utilisée que lorsque l’instance BindingList<T> est convertie en IBindingList interface.