|
HuePickerValuesChanged Event
|
An event, to notify about changes of
Min or
Max properties.
Namespace:
Accord.Controls
Assembly:
Accord.Controls.Imaging (in Accord.Controls.Imaging.dll) Version: 3.8.0
Syntax public event EventHandler ValuesChanged
Public Event ValuesChanged As EventHandler
Request Example
View SourceValue
Type:
SystemEventHandlerRemarks The event is fired after changes of its Value, Min or
Max properties, which is caused by user dragging the corresponding hue picker's bullets.
See Also