Skip to main content
Version: 4.1

DataGridViewDataErrorEventHandler

Namespace: Wisej.Web

Assembly: Wisej.Framework (4.1.0.0)

Represents the method that will handle the DataError event of a DataGridView.

public delegate void DataGridViewDataErrorEventHandler(Object sender, DataGridViewDataErrorEventArgs e)

Parameters

NameTypeDescription
senderObjectThe source of the event.
eDataGridViewDataErrorEventArgsA DataGridViewDataErrorEventArgs that contains the event data.

Fired By

NameDescription
DataGridView.DataErrorFired when a data parsing or data validation operation throws an exception, or when committing data to a data source fails.