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
Syntaxpublic class GridColumnEventArgs : EventArgs
Public Class GridColumnEventArgs
Inherits EventArgs
type GridColumnEventArgs =
class
inherit EventArgs
end
The GridColumnEventArgs type exposes the following members.
Constructors
Properties
| Name | Description |
---|
 | Column |
Gets the column that originated the event
|
Top
See Also