Click or drag to resize

FontPickerICallback Interface

Callback interface for handlers of the FontPicker.

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

The FontPickerICallback type exposes the following members.

Methods
  NameDescription
Public methodOnValueChanged
Raises the value changed event.
Top
See Also