System.Windows.Forms.CurrencyManager.ListChanged Event

Occurs when the list changes or an item in the list changes.

Syntax

public event System.ComponentModel.ListChangedEventHandler ListChanged

Remarks

The CurrencyManager.ListChanged event is thrown by the System.Windows.Forms.CurrencyManager class when changes to an item are made using methods such as CurrencyManager.EndCurrentEdit, CurrencyManager.CancelCurrentEdit, and CurrencyManager.Refresh. This event can also occur when the data source is edited directly if it implements the System.ComponentModel.IBindingListView interface.

The associated OnListChanged method is a private method in this class.

For more information about handling events, see Consuming Events.

Requirements

Namespace: System.Windows.Forms
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
Assembly Versions: 2.0.0.0