BindingCompleteEventArgs
Wisej.Web.BindingCompleteEventArgs
Last updated
Was this helpful?
Wisej.Web.BindingCompleteEventArgs
Last updated
Was this helpful?
Namespace: Wisej.Web
Assembly: Wisej.Framework (3.2.0.0)
Provides data for the event.
Initializes a new instance of the class with the specified binding, error state and text, binding context, exception, and whether the binding should be canceled.
binding
state
context
errorText
The error text or exception message for errors that occurred during the binding.
exception
cancel
true to cancel the binding and keep focus on the current control; false to allow focus to shift to another control.
Initializes a new instance of the class with the specified binding, error state and text, binding context, and exception.
binding
state
context
errorText
The error text or exception message for errors that occurred during the binding.
exception
binding
state
context
errorText
The error text or exception message for errors that occurred during the binding.
binding
state
context
The binding associated with this occurrence of a event.
One of the values.
One of the values.
The that occurred during the binding.
The binding associated with this occurrence of a event.
One of the values.
One of the values.
The that occurred during the binding.
Initializes a new instance of the class with the specified binding, error state and text, and binding context.
The binding associated with this occurrence of a event.
One of the values.
One of the values.
Initializes a new instance of the class with the specified binding, error state, and binding context.
The binding associated with this occurrence of a event.
One of the values.
One of the values.
: Returns the binding associated with this occurrence of a event.
: Returns the direction of the binding operation.
: Returns the completion state of the binding operation.
: Returns the text description of the error that occurred during the binding operation.
: Returns the exception that occurred during the binding operation.
Represents the delegate that handles the event.