BindingList<T>::IBindingList::SupportsChangeNotification Property
.NET Framework (current version)
For a description of this member, see SupportsChangeNotification.
Assembly: System (in System.dll)
private: property bool SupportsChangeNotification { virtual bool get() sealed = IBindingList::SupportsChangeNotification::get; }
Property Value
Type: System::Booleantrue if a ListChanged event is raised when the list changes or when an item changes; otherwise, false.
Implements
IBindingList::SupportsChangeNotificationThis member is an explicit interface member implementation. It can be used only when the BindingList<T> instance is cast to an IBindingList interface.
.NET Framework
Available since 2.0
Available since 2.0
Show: