|
ColorSliderValuesChanged 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 Min or Max property,
which is caused by user dragging the corresponding control’s arrow (slider).
See Also