BindingCompleteEventArgs Constructor (Binding^, BindingCompleteState, BindingCompleteContext, String^, Exception^, Boolean)
Initializes a new instance of the BindingCompleteEventArgs class with the specified binding, error state and text, binding context, exception, and whether the binding should be cancelled.
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
public: BindingCompleteEventArgs( Binding^ binding, BindingCompleteState state, BindingCompleteContext context, String^ errorText, Exception^ exception, bool cancel )
Parameters
- binding
-
Type:
System.Windows.Forms::Binding^
The binding associated with this occurrence of a BindingComplete event.
- state
-
Type:
System.Windows.Forms::BindingCompleteState
One of the BindingCompleteState values.
- context
-
Type:
System.Windows.Forms::BindingCompleteContext
One of the BindingCompleteContext values.
- errorText
-
Type:
System::String^
The error text or exception message for errors that occurred during the binding.
- exception
-
Type:
System::Exception^
The Exception that occurred during the binding.
- cancel
-
Type:
System::Boolean
true to cancel the binding and keep focus on the current control; false to allow focus to shift to another control.
state indicates whether the binding process was successful or an error or exception occurred. context indicates whether the error occurred when updating the bound control or the data source.
Available since 2.0