Click or drag to resize

GridColumnEventArgs Class

Event arguments for Grid events relating to a specific column
Inheritance Hierarchy

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

The GridColumnEventArgs type exposes the following members.

Constructors
  NameDescription
Public methodGridColumnEventArgs
Initializes a new instance of the GridColumnEventArgs class.
Top
Properties
  NameDescription
Public propertyColumn
Gets the column that originated the event
Top
See Also