Click or drag to resize

ColorDialog.Callback Class

Callback implementation for handlers of the ColorDialog
Inheritance Hierarchy
System.Object
  Eto.Forms.ColorDialog.Callback

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

The ColorDialog.Callback type exposes the following members.

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