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