Click or drag to resize

ColorDialogICallbackOnColorChanged Method

Raises the color changed event.

Namespace:  Eto.Forms
Assembly:  Eto (in Eto.dll) Version: 2.5.3-dev
Syntax
void OnColorChanged(
	ColorDialog widget,
	EventArgs e
)

Parameters

widget
Type: Eto.FormsColorDialog

[Missing <param name="widget"/> documentation for "M:Eto.Forms.ColorDialog.ICallback.OnColorChanged(Eto.Forms.ColorDialog,System.EventArgs)"]

e
Type: SystemEventArgs

[Missing <param name="e"/> documentation for "M:Eto.Forms.ColorDialog.ICallback.OnColorChanged(Eto.Forms.ColorDialog,System.EventArgs)"]

See Also