Click or drag to resize

FontDialogCallback Class

Callback implementation for handlers of the FontDialog.
Inheritance Hierarchy
SystemObject
  Eto.FormsFontDialogCallback

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

The FontDialogCallback type exposes the following members.

Constructors
  NameDescription
Public methodFontDialogCallback
Initializes a new instance of the FontDialogCallback class
Top
Methods
  NameDescription
Public methodOnFontChanged
Raises the font changed event.
Top
See Also