IRaiseItemChangedEvents::RaisesItemChangedEvents Property

 

Gets a value indicating whether the IRaiseItemChangedEvents object raises ListChanged events.

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

property bool RaisesItemChangedEvents {
	bool get();
}

Property Value

Type: System::Boolean

true if the IRaiseItemChangedEvents object raises ListChanged events when one of its property values changes; otherwise, false.

.NET Framework
Available since 2.0
Return to top
Show: