DataGridViewCellErrorTextNeededEventHandler
Namespace: Wisej.Web
Assembly: Wisej.Framework (4.1.0.0)
Represents the method that will handle the CellErrorTextNeeded event of a DataGridView.
- C#
- VB.NET
public delegate void DataGridViewCellErrorTextNeededEventHandler(Object sender, DataGridViewCellErrorTextNeededEventArgs e)
Public Delegate Sub DataGridViewCellErrorTextNeededEventHandler(ByVal sender As [Object], ByVal e As DataGridViewCellErrorTextNeededEventArgs)
Parameters
| Name | Type | Description |
|---|---|---|
| sender | Object | The source of the event. |
| e | DataGridViewCellErrorTextNeededEventArgs | A DataGridViewCellErrorTextNeededEventArgs that contains the event data. |
Fired By
| Name | Description |
|---|---|
| DataGridView.CellErrorTextNeeded | Fired when a cell's error text is needed. |