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