Wisej.Web.DataGridViewCellValidatingEventArgs
Namespace: Wisej.Web
Assembly: Wisej.Framework (2.5.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.