The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.
BindingCompleteEventArgs Constructor (Binding^, BindingCompleteState, BindingCompleteContext)
.NET Framework (current version)
Initializes a new instance of the BindingCompleteEventArgs class with the specified binding, error state, and binding context.
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
public:
BindingCompleteEventArgs(
Binding^ binding,
BindingCompleteState state,
BindingCompleteContext context
)
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.
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.
.NET Framework
Available since 2.0
Available since 2.0
Show: