|
Touch3DEventHandler Delegate |
Represents the method that will handle touch related routed events.
Namespace: Ab3d.Common.EventManager3DAssembly: Ab3d.PowerToys (in Ab3d.PowerToys.dll) Version: 11.1.8864.1045
Syntax public delegate void Touch3DEventHandler(
Object sender,
Touch3DEventArgs e
)
Parameters
- sender Object
- The object where the event handler is attached.
- e Touch3DEventArgs
- The event data.
See Also