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