Click or drag to resize

GridCellMouseEventArgs Class

Event arguments for cell-based events of a Grid triggered by the mouse.
Inheritance Hierarchy

Namespace:  Eto.Forms
Assembly:  Eto (in Eto.dll) Version: 2.5.3-dev
Syntax
public class GridCellMouseEventArgs : MouseEventArgs

The GridCellMouseEventArgs type exposes the following members.

Constructors
  NameDescription
Public methodGridCellMouseEventArgs
Initializes a new instance of the GridCellMouseEventArgs class.
Top
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