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