Mouse selection changed event.

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

Syntax

C#
public event HistogramEventHandler SelectionChanged

Remarks

The event is fired only if the AllowSelection property is set to true. The passed to event handler HistogramEventArgs class is initialized with Min and Max properties only, which represent selection range - min and max indexes.

See Also