BindingSource.CurrentItemChanged Event
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.