IRaiseItemChangedEvents Interface
Indicates whether a class converts property change events to ListChanged events.
Namespace: System.ComponentModel
Assembly: System (in System.dll)
The IRaiseItemChangedEvents type exposes the following members.
| 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.
Windows 8, Windows Server 2012, Windows 7, Windows Vista SP2, Windows Server 2008 (Server Core Role not supported), Windows Server 2008 R2 (Server Core Role supported with SP1 or later; Itanium not supported)
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.
