Click or drag to resize
Accord.NET (logo)

HistogramEventHandler Delegate

Delegate for histogram events handlers.

Namespace:  Accord.Controls
Assembly:  Accord.Controls.Imaging (in Accord.Controls.Imaging.dll) Version: 3.8.0
Syntax
public delegate void HistogramEventHandler(
	Object sender,
	HistogramEventArgs e
)

Parameters

sender
Type: SystemObject
Sender object.
e
Type: Accord.ControlsHistogramEventArgs
Event arguments.
See Also