BindingList<T>::IRaiseItemChangedEvents::RaisesItemChangedEvents Property
.NET Framework (current version)
Gets a value indicating whether item property value changes raise ListChanged events of type ItemChanged. This member cannot be overridden in a derived class.
Assembly: System (in System.dll)
private: property bool RaisesItemChangedEvents { virtual bool get() sealed = IRaiseItemChangedEvents::RaisesItemChangedEvents::get; }
Property Value
Type: System::Booleantrue if the list type implements INotifyPropertyChanged, otherwise, false. The default is false.
IRaiseItemChangedEvents::RaisesItemChangedEvents checks the list type to see if it implements the INotifyPropertyChanged interface to indicate that it raises ListChanged events of ItemChanged when property values are changed on individual list items. This member cannot be overridden in a derived class.
.NET Framework
Available since 2.0
Available since 2.0
Show: