DataGridViewCellValidatingEventArgs
Wisej.Web.DataGridViewCellValidatingEventArgs
Last updated
Wisej.Web.DataGridViewCellValidatingEventArgs
Last updated
Namespace: Wisej.Web
Assembly: Wisej.Framework (3.0.0.0)
Provides data for the CellValidating event of a DataGridView control.
Int32: Returns the column index of the cell that needs to be validated.
Object: Return or sets the formatted contents of the cell that needs to be validated.
Int32: Returns the row index of the cell that needs to be validated.
Name | Description |
---|---|
Represents the method that will handle the CellValidating event of a DataGridView control. |