Delegate used for notification about manipulator's position changes.

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

Syntax

C#
public delegate void PositionChangedHandler(
	Object sender,
	float position
)

Parameters

sender
Type: System..::.Object
Event sender - object sending the event.
position
Type: System..::.Single
Current position of manipulator.

See Also