DataGridViewCellValidatingEventHandler
Wisej.Web.DataGridViewCellValidatingEventHandler
Last updated
Wisej.Web.DataGridViewCellValidatingEventHandler
Last updated
Namespace: Wisej.Web
Assembly: Wisej.Framework (3.2.0.0)
Represents the method that will handle the CellValidating event of a DataGridView control.
Name | Type | Description |
---|---|---|
Name | Description |
---|---|
sender
A reference to the event sender.
e
A DataGridViewCellValidatingEventArgs that contains the event data.
Fired when a cell loses input focus, enabling content validation.