Occurs when a property value of the BindingSource.Current property has changed.
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.