DataGridViewDataErrorEventArgs

Wisej.Web.DataGridViewDataErrorEventArgs

Namespace: Wisej.Web

Assembly: Wisej.Framework (3.2.0.0)

Provides data for the DataError event.

public class DataGridViewDataErrorEventArgs : DataGridViewCellCancelEventArgs

Constructors

Initializes a new instance of the DataGridViewDataErrorEventArgs class.

Properties

Exception: Returns the exception that represents the error.

Boolean: Returns or sets whether to throw the exception after the DataGridViewDataErrorEventHandler delegate is finished with it.

Throws:

Used By

Last updated