System.Windows.Forms.BindingSource.CurrentChanged Event

Occurs when the currently bound item changes.

Syntax

public event EventHandler CurrentChanged

Remarks

The BindingSource.CurrentChanged event is raised whenever the BindingSource.Current property changes for any of the following reasons:

When this event is triggered, the BindingSource.Current property will already contain its new value.

BindingSource.CurrentChanged is the default event for the System.Windows.Forms.BindingSource 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