DataGridViewCellCancelEventArgs Class

A base class for DataGridView event arguments when the operation may be canceled by code.

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.CancelEventArgs

elsystem.windows.forms.DataGridViewCellCancelEventArgs