IRaiseItemChangedEvents Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Indicates whether a class converts property change events to ListChanged events.
public interface class IRaiseItemChangedEvents
public interface IRaiseItemChangedEvents
type IRaiseItemChangedEvents = interface
Public Interface IRaiseItemChangedEvents
- Derived
Remarks
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.
Properties
RaisesItemChangedEvents |
Gets a value indicating whether the IRaiseItemChangedEvents object raises ListChanged events. |