BindingCompleteEventArgs Properties
.NET Framework 4.5
The BindingCompleteEventArgs type exposes the following members.
| Name | Description | |
|---|---|---|
|
Binding | Gets the binding associated with this occurrence of a BindingComplete event. |
|
BindingCompleteContext | Gets the direction of the binding operation. |
|
BindingCompleteState | Gets the completion state of the binding operation. |
|
Cancel | Gets or sets a value indicating whether the event should be canceled. (Inherited from CancelEventArgs.) |
|
ErrorText | Gets the text description of the error that occurred during the binding operation. |
|
Exception | Gets the exception that occurred during the binding operation. |