Click or drag to resize

DropDownICallback Interface

Callback interface for the DropDown

Namespace:  Eto.Forms
Assembly:  Eto (in Eto.dll) Version: 2.5.3-dev
Syntax
public interface ICallback : ListControlICallback, 
	ControlICallback, WidgetICallback

The DropDownICallback type exposes the following members.

Methods
  NameDescription
Public methodOnDropDownClosed
Raises the DropDownClosed event
Public methodOnDropDownOpening
Raises the DropDownOpening event.
Public methodOnFormatItem
Raises the FormatItem event.
Top
See Also