Click or drag to resize

DropDownFormatEventArgs Constructor

Initializes a new instance of the DropDownFormatEventArgs class

Namespace:  Eto.Forms
Assembly:  Eto (in Eto.dll) Version: 2.5.3-dev
Syntax
public DropDownFormatEventArgs(
	Object item,
	int row,
	Font font
)

Parameters

item
Type: SystemObject
Item to format
row
Type: SystemInt32
Row of the item to format
font
Type: Eto.DrawingFont
Font to use if no other is specified
See Also