|
Manipulation3DEventHandlerT Delegate |
Represents the method that will handle manipulation events.
Namespace: Ab3d.Common.EventManager3DAssembly: Ab3d.PowerToys (in Ab3d.PowerToys.dll) Version: 11.1.8864.1045
Syntax public delegate void Manipulation3DEventHandler<T>(
Object sender,
Manipulation3DEventArgs<T> e
)
where T : InputEventArgs
Parameters
- sender Object
- The object where the event handler is attached.
- e Manipulation3DEventArgsT
- The event data.
Type Parameters
- T
- InputEventArgs
See Also