IBindingList::SupportsChangeNotification Property
.NET Framework (current version)
Gets whether a ListChanged event is raised when the list changes or an item in the list changes.
Assembly: System (in System.dll)
Property Value
Type: System::Booleantrue if a ListChanged event is raised when the list changes or when an item changes; otherwise, false.
Objects in the list must notify the list when they change, so the list can raise a ListChanged event.
.NET Framework
Available since 1.1
Available since 1.1
Show: