DataGridViewCellEventArgs Class

Provides data for the CellClick 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 column index (zero-based) of the selected cell. An index value of -1 indicates the row title column to the left of the grid.
Public property RowIndex int Gets the row index (zero-based) of the selected cell. An index value of -1 indicates the column title row at the top of the data grid.
Inheritance Hierarchy

elsystem.Object

elsystem.EventArgs

elsystem.windows.forms.DataGridViewCellEventArgs