All pages
Powered by GitBook
1 of 1

Loading...

BindingManagerDataErrorEventArgs

Wisej.Web.BindingManagerDataErrorEventArgs

Namespace: Wisej.Web

Assembly: Wisej.Framework (2.2.0.0)

Provides data for the DataError event.

public class BindingManagerDataErrorEventArgs : EventArgs
Public Class BindingManagerDataErrorEventArgs
    Inherits EventArgs

Constructors

BindingManagerDataErrorEventArgs(exception)

Initializes a new instance of the class.

Name
Type
Description

Properties

Exception

: Returns the caught in the binding process.

Used By

Name
Description

exception

Exception

The Exception that occurred in the binding process.

BindingManagerDataErrorEventHandler

Represents the method that will handle the DataError event.

BindingManagerDataErrorEventArgs
Exception
Exception