BindingManagerDataErrorEventArgs

Wisej.Web.BindingManagerDataErrorEventArgs

Namespace: Wisej.Web

Assembly: Wisej.Framework (2.5.0.0)

Provides data for the DataError event.

public class BindingManagerDataErrorEventArgs : EventArgs

Constructors

BindingManagerDataErrorEventArgs(exception)

Initializes a new instance of the BindingManagerDataErrorEventArgs class.

Name
Type
Description

exception

The Exceptionarrow-up-right that occurred in the binding process.

Properties

Exception

Exceptionarrow-up-right: Returns the Exceptionarrow-up-right caught in the binding process.

Used By

Name
Description

Represents the method that will handle the DataError event.

Last updated

Was this helpful?