Click or drag to resize
Accord.NET (logo)

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
Request Example View Source

Value

Type: SystemEventHandler
Remarks

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