BindingCompleteEventArgs::BindingCompleteContext Property
Gets the direction of the binding operation.
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
public: property BindingCompleteContext BindingCompleteContext { BindingCompleteContext get(); }
Property Value
Type: System.Windows.Forms::BindingCompleteContextOne of the BindingCompleteContext values.
The following code example demonstrates how to handle the BindingComplete event and use the BindingCompleteEventArgs to ensure multiple controls bound to the same data source remain synchronized when one of the control values is changed. To run this example, paste the code into a Windows Form and call the InitializeControlsAndData method from the form's constructor or Load event-handling method.
Available since 2.0