|
MouseDrag3DEventHandler Delegate |
Represents the method that will handle mouse drag events on 3D objects.
Namespace: Ab3d.DirectX.Common.EventManager3DAssembly: Ab3d.DXEngine.Wpf (in Ab3d.DXEngine.Wpf.dll) Version: 7.0.8865.1045
Syntax public delegate void MouseDrag3DEventHandler(
Object sender,
MouseDrag3DEventArgs e
)
Parameters
- sender Object
- The object where the event handler is attached.
- e MouseDrag3DEventArgs
- The event data.
See Also