IRaiseItemChangedEvents Interface
Indicates whether a class converts property change events to ListChanged events.
Assembly: System (in System.dll)
| Name | Description | |
|---|---|---|
![]() | RaisesItemChangedEvents | Gets a value indicating whether the IRaiseItemChangedEvents object raises ListChanged events. |
The IRaiseItemChangedEvents interface is typically implemented together with the IBindingList interface and indicates that the list converts property change events to ListChanged events.
You rarely need to implement the IRaiseItemChangedEvents interface. However, for performance purposes, your data source should implement IRaiseItemChangedEvents if it provides the functionality described previously, and your data source is interacting with the BindingSource component, because this functionality is built into the BindingSource.
Available since 2.0
