Click or drag to resize

DropDownCallbackOnFormatItem Method

Raises the FormatItem event.

Namespace:  Eto.Forms
Assembly:  Eto (in Eto.dll) Version: 2.5.3-dev
Syntax
public void OnFormatItem(
	DropDown widget,
	DropDownFormatEventArgs e
)

Parameters

widget
Type: Eto.FormsDropDown
Widget to raise the event
e
Type: Eto.FormsDropDownFormatEventArgs
Event Arguments

Implements

DropDownICallbackOnFormatItem(DropDown, DropDownFormatEventArgs)
See Also