BindingList<T>::SupportsChangeNotificationCore Property
.NET Framework (current version)
Gets a value indicating whether ListChanged events are enabled.
Assembly: System (in System.dll)
Property Value
Type: System::Booleantrue if ListChanged events are supported; otherwise, false. The default is true.
SupportsChangeNotificationCore provides the implementation for SupportsChangeNotification. You can derive a class from BindingList<T> and override the default value.
.NET Framework
Available since 2.0
Available since 2.0
Show: