Click or drag to resize

GridColumnEventArgs Constructor

Initializes a new instance of the GridColumnEventArgs class.

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

Parameters

column
Type: Eto.FormsGridColumn
Column that originated the event
See Also