BindingCompleteEventArgs Constructor
.NET Framework (current version)
Initializes a new instance of the BindingCompleteEventArgs class.
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
| 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. |
Show:
