Windows apps
Collapse the table of content
Expand the table of content
Information
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, String^, Exception^)

 

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

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

public:
BindingCompleteEventArgs(
	Binding^ binding,
	BindingCompleteState state,
	BindingCompleteContext context,
	String^ errorText,
	Exception^ exception
)

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.

errorText
Type: System::String^

The error text or exception message for errors that occurred during the binding.

exception
Type: System::Exception^

The Exception that occurred during the binding.

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
Return to top
Show:
© 2017 Microsoft