Control::BindingContextChanged Event
.NET Framework (current version)
Occurs when the value of the BindingContext property changes.
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
To add a new BindingContext to the Control through the BindingContext property, see the BindingContext constructor.
This event is raised if the BindingContext property is changed is changed by either a programmatic modification or user interaction.
For more information about handling events, see Handling and Raising Events.
The following code example adds an EventHandler delegate to the BindingContextChanged event of a TextBox control.
.NET Framework
Available since 1.1
Available since 1.1
Show: