| DropDownICallbackOnFormatItem Method  | 
  
    Namespace: 
   Eto.Forms
    Assembly:
   Eto (in Eto.dll) Version: 2.5.3-dev
 Syntax
Syntaxvoid OnFormatItem(
	DropDown widget,
	DropDownFormatEventArgs e
)
Sub OnFormatItem ( 
	widget As DropDown,
	e As DropDownFormatEventArgs
)
abstract OnFormatItem : 
        widget : DropDown * 
        e : DropDownFormatEventArgs -> unit 
Parameters
- widget
- Type: Eto.FormsDropDown
 Widget to raise the event
- e
- Type: Eto.FormsDropDownFormatEventArgs
 Event Arguments
 See Also
See Also