Windows apps
Collapse the table of content
Expand the table of content
Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

BindingList<T>::IRaiseItemChangedEvents::RaisesItemChangedEvents Property

 

Gets a value indicating whether item property value changes raise ListChanged events of type ItemChanged. This member cannot be overridden in a derived class.

Namespace:   System.ComponentModel
Assembly:  System (in System.dll)

private:
property bool RaisesItemChangedEvents {
	virtual bool get() sealed = IRaiseItemChangedEvents::RaisesItemChangedEvents::get;
}

Property Value

Type: System::Boolean

true 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
Return to top
Show:
© 2017 Microsoft