Click or drag to resize
Accord.NET (logo)

SliderControlPositionChangedHandler Delegate

Delegate used for notification about manipulator's position changes.

Namespace:  Accord.Controls
Assembly:  Accord.Controls.Imaging (in Accord.Controls.Imaging.dll) Version: 3.8.0
Syntax
public delegate void PositionChangedHandler(
	Object sender,
	float position
)

Parameters

sender
Type: SystemObject
Event sender - object sending the event.
position
Type: SystemSingle
Current position of manipulator.
See Also