BindingSource.CurrentItemChanged Event

Definition

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

public:
 event EventHandler ^ CurrentItemChanged;
public event EventHandler CurrentItemChanged;
public event EventHandler? CurrentItemChanged;
member this.CurrentItemChanged : EventHandler 
Public Custom Event CurrentItemChanged As EventHandler 

Event Type

Remarks

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

For more information about handling events, see Handling and Raising Events.

Applies to

See also