BindingCompleteEventArgs Constructor
.NET Framework 4.5
Initializes a new instance of the BindingCompleteEventArgs class.
This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.
| Name | Description | |
|---|---|---|
|
BindingCompleteEventArgs(Binding, BindingCompleteState, BindingCompleteContext) | Initializes a new instance of the BindingCompleteEventArgs class with the specified binding, error state, and binding context. |
|
BindingCompleteEventArgs(Binding, BindingCompleteState, BindingCompleteContext, String) | Initializes a new instance of the BindingCompleteEventArgs class with the specified binding, error state and text, and binding context. |
|
BindingCompleteEventArgs(Binding, BindingCompleteState, BindingCompleteContext, String, Exception) | Initializes a new instance of the BindingCompleteEventArgs class with the specified binding, error state and text, binding context, and exception. |
|
BindingCompleteEventArgs(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. |