BindingCompleteEventArgs Constructor

 

Initializes a new instance of the BindingCompleteEventArgs class.

Namespace:   System.Windows.Forms
Assembly:  System.Windows.Forms (in System.Windows.Forms.dll)

NameDescription
System_CAPS_pubmethodBindingCompleteEventArgs(Binding^, BindingCompleteState, BindingCompleteContext)

Initializes a new instance of the BindingCompleteEventArgs class with the specified binding, error state, and binding context.

System_CAPS_pubmethodBindingCompleteEventArgs(Binding^, BindingCompleteState, BindingCompleteContext, String^)

Initializes a new instance of the BindingCompleteEventArgs class with the specified binding, error state and text, and binding context.

System_CAPS_pubmethodBindingCompleteEventArgs(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.

System_CAPS_pubmethodBindingCompleteEventArgs(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.

Return to top
Show: