Wisej.Web.DataGridViewCellParsingEventArgs
Namespace: Wisej.Web
Assembly: Wisej.Framework (3.0.0.0)
Provides data for the CellParsing event of a control.
Initializes a new instance of the class.
: Returns the column index of the cell data that requires parsing.
: Returns or sets the style applied to the edited cell.
: Returns or sets whether a cell's value has been successfully parsed.
: Returns the row index of the cell that requires parsing.
The type of the new value.
inheritedCellStyle
The style applied to the cell that was changed.
rowIndex
The row index of the cell that was changed.
columnIndex
The column index of the cell that was changed.
value
The new value.
Represents the method that will handle a CellParsing event of a DataGridView.
Public Class DataGridViewCellParsingEventArgs
Inherits ConvertEventArgspublic class DataGridViewCellParsingEventArgs : ConvertEventArgsdesiredType