An event, to notify about changes of Min or Max properties.

Namespace:  AForge.Controls
Assembly:  AForge.Controls (in AForge.Controls.dll) Version: 2.2.5.0 (2.2.5.0)

Syntax

C#
public event EventHandler ValuesChanged

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