Click or drag to resize

ComboBoxICallback Interface

Callback interface for the ComboBox

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

The ComboBoxICallback type exposes the following members.

Methods
  NameDescription
Public methodOnTextChanged
Raises the text changed event.
Top
See Also