IRaiseItemChangedEvents Interface
Indicates whether a class converts property change events to ListChanged events.
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 7, Windows Vista SP1 or later, Windows XP SP3, Windows XP SP2 x64 Edition, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.
