System.Windows.Forms
2.0.0.0
System.ComponentModel.CancelEventArgs
The contains information regarding exceptions or errors that occurred during a binding process.
Provides data for the event.
Constructor
indicates whether the binding process was successful or an error or exception occurred. indicates whether the error occurred when updating the bound control or the data source.
Initializes a new instance of the class with the specified binding, error state, and binding context.
The binding associated with this occurrence of a event.
One of the values.
One of the values.
2.0.0.0
Constructor
indicates whether the binding process was successful or an error or exception occurred. indicates whether the error occurred when updating the bound control or the data source.
Initializes a new instance of the class with the specified binding, error state and text, and binding context.
The binding associated with this occurrence of a event.
One of the values.
One of the values.
The error text or exception message for errors that occurred during the binding.
2.0.0.0
Constructor
indicates whether the binding process was successful or an error or exception occurred. indicates whether the error occurred when updating the bound control or the data source.
Initializes a new instance of the class with the specified binding, error state and text, binding context, and exception.
The binding associated with this occurrence of a event.
One of the values.
One of the values.
The error text or exception message for errors that occurred during the binding.
The that occurred during the binding.
2.0.0.0
Constructor
indicates whether the binding process was successful or an error or exception occurred. indicates whether the error occurred when updating the bound control or the data source.
Initializes a new instance of the class with the specified binding, error state and text, binding context, exception, and whether the binding should be cancelled.
The binding associated with this occurrence of a event.
One of the values.
One of the values.
The error text or exception message for errors that occurred during the binding.
The that occurred during the binding.
true to cancel the binding and keep focus on the current control; false to allow focus to shift to another control.
2.0.0.0
Property
System.Windows.Forms.Binding
To be added.
The might also be associated with the event of a or of a class that inherits from .
Gets the binding associated with this occurrence of a event.
2.0.0.0
Property
System.Windows.Forms.BindingCompleteContext
To be added.
To be added.
Gets the direction of the binding operation.
2.0.0.0
Property
System.Windows.Forms.BindingCompleteState
To be added.
Use the to determine if the binding was successful, or an error or exception occurred.
Gets the completion state of the binding operation.
2.0.0.0
Property
System.String
To be added.
This property returns an empty string if no error occurred in the binding operation. It returns the value of the property when an exception occurs.
Gets the text description of the error that occurred during the binding operation.
2.0.0.0
Property
System.Exception
To be added.
This property returns null if an exception did not occur during the binding operation.
Gets the exception that occurred during the binding operation.
2.0.0.0