|
Manipulation3DEventHandlerT Delegate |
Represents the method that will handle manipulation events.
Namespace: Ab3d.DirectX.Common.EventManager3DAssembly: Ab3d.DXEngine.Wpf (in Ab3d.DXEngine.Wpf.dll) Version: 7.0.8865.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