DataGridViewCellParsingEventArgs
Wisej.Web.DataGridViewCellParsingEventArgs
Last updated
Wisej.Web.DataGridViewCellParsingEventArgs
Last updated
Namespace: Wisej.Web
Assembly: Wisej.Framework (3.1.0.0)
Provides data for the CellParsing event of a DataGridView control.
Initializes a new instance of the DataGridViewCellParsingEventArgs class.
Int32: Returns the column index of the cell data that requires parsing.
DataGridViewCellStyle: Returns or sets the style applied to the edited cell.
Boolean: Returns or sets whether a cell's value has been successfully parsed.
Int32: Returns the row index of the cell that requires parsing.
Represents the method that will handle a CellParsing event of a DataGridView.