DataGridViewCellParsingEventHandler
Namespace: Wisej.Web
Assembly: Wisej.Framework (3.5.0.0)
Represents the method that will handle a CellParsing event of a DataGridView.
- C#
- VB.NET
public delegate void DataGridViewCellParsingEventHandler(Object sender, DataGridViewCellParsingEventArgs e)
Public Delegate Sub DataGridViewCellParsingEventHandler(ByVal sender As [Object], ByVal e As DataGridViewCellParsingEventArgs)
Parameters
| Name | Type | Description |
|---|---|---|
| sender | Object | The source of the event. |
| e | DataGridViewCellParsingEventArgs | A DataGridViewCellParsingEventArgs that contains the event data. |
Fired By
| Name | Description |
|---|---|
| DataGridView.CellParsing | Fired when a cell leaves edit mode if the cell value has been modified. |