DataGridViewCellParsingEventArgs Class

Provides data for the CellParsing event of the DataGridView control.

Namespace: elsystem.windows.forms

Properties

  Additional properties, methods, and events are described in the classes listed under Inheritance Hierarchy (see below).

  Name Type Description
Public property ColumnIndex int Gets the index of the selected column.
Public property ParsingApplied  bool True is no further parsing is required, otherwise false.
Public property RowIndex int Gets the index of the selected row.