Click or drag to resize

DropDownCallback Class

Callback implementation for the DropDown
Inheritance Hierarchy

Namespace:  Eto.Forms
Assembly:  Eto (in Eto.dll) Version: 2.5.3-dev
Syntax
protected class Callback : ListControlCallback, 
	DropDownICallback, ListControlICallback, ControlICallback, WidgetICallback

The DropDownCallback type exposes the following members.

Constructors
  NameDescription
Public methodDropDownCallback
Initializes a new instance of the DropDownCallback class
Top
Methods
  NameDescription
Public methodOnDropDownClosed
Raises the DropDownClosed event
Public methodOnDropDownOpening
Raises the DropDownOpening event.
Public methodOnFormatItem
Raises the FormatItem event.
Top
See Also