BindingList<T>.IBindingList.SupportsChangeNotification Propriété

Définition

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.

S’applique à