|
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.EventManager3DAssembly: Ab3d.PowerToys (in Ab3d.PowerToys.dll) Version: 11.1.8864.1045
Syntax 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