Click or drag to resize

ColorDialogCallback Class

Callback implementation for handlers of the ColorDialog
Inheritance Hierarchy
SystemObject
  Eto.FormsColorDialogCallback

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

The ColorDialogCallback type exposes the following members.

Constructors
  NameDescription
Public methodColorDialogCallback
Initializes a new instance of the ColorDialogCallback class
Top
Methods
  NameDescription
Public methodOnColorChanged
Raises the color changed event.
Top
See Also