Click or drag to resize

GridViewCellEventArgs Properties

The GridViewCellEventArgs type exposes the following members.

Properties
  NameDescription
Public propertyColumn
Gets the index of the column that triggered the event, or -1 if no column.
Public propertyGridColumn
Gets the grid column that triggered the event.
Public propertyItem
Gets the item of the row that triggered the event, or null if there was no item.
Public propertyRow
Gets the row that triggered the event, or -1 if no row.
Top
See Also