DataGridViewDataErrorEventArgs
Wisej.Web.DataGridViewDataErrorEventArgs
Namespace: Wisej.Web
Assembly: Wisej.Framework (4.0.0.0)
Provides data for the DataError event.
public class DataGridViewDataErrorEventArgs : DataGridViewCellCancelEventArgs
Constructors
DataGridViewDataErrorEventArgs(exception, columnIndex, rowIndex)

Initializes a new instance of the DataGridViewDataErrorEventArgs class.
Properties
Exception

Exception: Returns the exception that represents the error.
ThrowException

Boolean: Returns or sets whether to throw the exception after the DataGridViewDataErrorEventHandler delegate is finished with it.
Throws:
ArgumentException When setting this property to true, the Exception property value is null.
Used By
Name
Description
Represents the method that will handle the DataError event of a DataGridView.
Last updated
Was this helpful?