IRaiseItemChangedEvents Interface

Definition

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.

Applies to