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.Common.EventManager3D
Assembly: Ab3d.PowerToys (in Ab3d.PowerToys.dll) Version: 11.0.8746.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