Skip to main content
Version: 4.1

DataGridViewCellErrorTextNeededEventHandler

Namespace: Wisej.Web

Assembly: Wisej.Framework (4.1.0.0)

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

public delegate void DataGridViewCellErrorTextNeededEventHandler(Object sender, DataGridViewCellErrorTextNeededEventArgs e)

Parameters

NameTypeDescription
senderObjectThe source of the event.
eDataGridViewCellErrorTextNeededEventArgsA DataGridViewCellErrorTextNeededEventArgs that contains the event data.

Fired By

NameDescription
DataGridView.CellErrorTextNeededFired when a cell's error text is needed.