Handler for mouse position update events. In order to receive the peridical mouse updates, a callback method to handle the mouse position data must be registered here. A callback can only be registed once in here.

Namespace: Ico.Windows.Media.Media3D
Assembly: Ico3DControlsLibrary (in Ico3DControlsLibrary.dll) Version: 10.97.212.0 (10.97.212.00)

Syntax

C#
public event PeriodicMouseUpdates..::..MousePositionUpdateEventHandler MousePositionUpdate
Visual Basic
Public Event MousePositionUpdate As PeriodicMouseUpdates..::..MousePositionUpdateEventHandler
JScript
JScript does not support events.

See Also