Click or drag to resize
Accord.NET (logo)

HistogramSelectionChanged Event

Mouse selection changed event.

Namespace:  Accord.Controls
Assembly:  Accord.Controls.Imaging (in Accord.Controls.Imaging.dll) Version: 3.8.0
Syntax
public event HistogramEventHandler SelectionChanged
Request Example View Source

Value

Type: Accord.ControlsHistogramEventHandler
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