![]() | |
Ab |
Class | Description | |
---|---|---|
![]() | BaseMouse3DEventArgs | Provides base data for mouse events on 3D object |
![]() | Manipulation3DEventArgsT | Provides base data for manipulation events on 3D object |
![]() | Mouse3DEventArgs | Provides data for mouse events on 3D object that does not specifically involve mouse buttons - for example MouseLeave |
![]() | MouseButton3DEventArgs | Provides data for mouse button related events on 3D objects |
![]() | MouseDrag3DEventArgs | Provides data for mouse drag events on 3D objects. |
![]() | MouseWheel3DEventArgs | Provides data for mouse wheel events on 3D objects. |
![]() | Touch3DEventArgs | Provides base data for touch events on 3D object |
Delegate | Description | |
---|---|---|
![]() | Manipulation3DEventHandlerT | Represents the method that will handle manipulation events. |
![]() | Mouse3DEventHandler | Represents the method that will handle mouse related routed events that do not specifically involve mouse buttons - for example MouseLeave |
![]() | MouseButton3DEventHandler | Represents the method that will handle mouse button related events on 3D objects. |
![]() | MouseDrag3DEventHandler | Represents the method that will handle mouse drag events on 3D objects. |
![]() | MouseWheel3DEventHandler | Represents the method that will handle mouse wheel events on 3D objects. |
![]() | Touch3DEventHandler | Represents the method that will handle touch related routed events. |