Click or drag to resize
AB4D logo

Mouse3DEventHandler Delegate

Represents the method that will handle mouse related routed events that do not specifically involve mouse buttons - for example MouseLeave

Namespace: Ab3d.DirectX.Common.EventManager3D
Assembly: Ab3d.DXEngine.Wpf (in Ab3d.DXEngine.Wpf.dll) Version: 7.0.8865.1045
Syntax
C#
public delegate void Mouse3DEventHandler(
	Object sender,
	Mouse3DEventArgs e
)

Parameters

sender  Object
The object where the event handler is attached.
e  Mouse3DEventArgs
The event data.
See Also