| GridCellFormatEventArgs Constructor  | 
  
    Namespace: 
   Eto.Forms
    Assembly:
   Eto (in Eto.dll) Version: 2.5.3-dev
 Syntax
Syntaxprotected GridCellFormatEventArgs(
	GridColumn column,
	Object item,
	int row
)
Protected Sub New ( 
	column As GridColumn,
	item As Object,
	row As Integer
)
new : 
        column : GridColumn * 
        item : Object * 
        row : int -> GridCellFormatEventArgsParameters
- column
- Type: Eto.FormsGridColumn
 Column to format
- item
- Type: SystemObject
 Item for the row being formatted
- row
- Type: SystemInt32
 Row number being formatted
 See Also
See Also