Click or drag to resize

GridViewCellEventArgs Class

Event arguments for cell-based events of a GridView
Inheritance Hierarchy
SystemObject
  SystemEventArgs
    Eto.FormsGridViewCellEventArgs

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

The GridViewCellEventArgs type exposes the following members.

Constructors
  NameDescription
Public methodGridViewCellEventArgs
Initializes a new instance of the GridViewCellEventArgs 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