System.Windows.Forms.BindingSource.CurrentItemChanged Event

Occurs when a property value of the BindingSource.Current property has changed.

Syntax

public event EventHandler CurrentItemChanged

Remarks

The BindingSource.CurrentItemChanged event is raised in response to all of the circumstances that raise the BindingSource.CurrentChanged event. Additionally, BindingSource.CurrentItemChanged is also fired whenever the value of one of the properties of BindingSource.Current is changed.

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