BindingCompleteEventArgs
Wisej.Web.BindingCompleteEventArgs
Last updated
Was this helpful?
Wisej.Web.BindingCompleteEventArgs
Last updated
Was this helpful?
Namespace: Wisej.Web
Assembly: Wisej.Framework (4.0.0.0)
Provides data for the event.
Initializes a new instance of the BindingCompleteEventArgs class with the specified binding, error state and text, binding context, and exception.
Initializes a new instance of the BindingCompleteEventArgs class with the specified binding, error state and text, and binding context.
Initializes a new instance of the BindingCompleteEventArgs class with the specified binding, error state, and binding context.
Initializes a new instance of the BindingCompleteEventArgs class with the specified binding, error state, and binding context.
BindingCompleteContext: Returns the direction of the binding operation.
BindingCompleteState: Returns the completion state of the binding operation.
String: Returns the text description of the error that occurred during the binding operation.
Exception: Returns the exception that occurred during the binding operation.
The binding associated with this occurrence of a event.
The binding associated with this occurrence of a event.
The binding associated with this occurrence of a event.
The binding associated with this occurrence of a event.
Binding: Returns the binding associated with this occurrence of a event.
Represents the delegate that handles the event.