![]() | |
Base |
public abstract class BaseEventSource3D
The BaseEventSource3D type exposes the following members.
Name | Description | |
---|---|---|
![]() | CustomData | Gets or sets any custom data that can be used in event handlers. |
![]() | IsDragSurface | Gets or sets a bool that specifies if the EventSource3D is registered as DragSurface. |
![]() | Name | Gets or sets the optional name of the EventSource3D. |
Name | Description | |
---|---|---|
![]() ![]() | ContainsGeometryModel3D | Returns true if hitGeometryModel3D is define as any child in model3DGroup and its Children |
![]() ![]() | ContainsVisual3D | Returns true if hitVisual is the same as oneVisual or if hitVisual is define as any child in oneVisual and its Children |
![]() | IsMyGeometryModel3D | Method that is called from EventManager3D to check if this EventSource3D contains hitGeometryModel3D |
![]() | IsMyVisual | Method that is called from EventManager3D to check if this EventSource3D contains hitVisual |
Name | Description | |
---|---|---|
![]() | BeginMouseDrag | Occurs when the user begins to drag the subscribed EventSource3D. |
![]() | EndMouseDrag | Occurs when the user ends dragging the subscribed EventSource3D. |
![]() | ManipulationCompleted | Occurs when the manipulation on the subscribed EventSource3D has completed. |
![]() | ManipulationDelta | Provides data regarding changes to a currently occurring manipulation. |
![]() | ManipulationStarted | Occurs when the manipulation on the subscribed EventSource3D has started. |
![]() | MouseClick | Occurs when the user clicks on the subscribed EventSource3D. |
![]() | MouseDoubleClick | Occurs when the user double-clicks on the subscribed EventSource3D. |
![]() | MouseDown | Occurs when the mouse pointer is over the subscribed EventSource3D and a mouse button is pressed. |
![]() | MouseDrag | Occurs when the user is dragging the subscribed EventSource3D. |
![]() | MouseEnter | Occurs when the mouse pointer enters the subscribed EventSource3D. |
![]() | MouseLeave | Occurs when the mouse pointer leaves the subscribed EventSource3D. |
![]() | MouseMove | Occurs when the mouse pointer moves on the subscribed EventSource3D. |
![]() | MouseUp | Occurs when the mouse pointer is over the subscribed EventSource3D and a mouse button is released. |
![]() | MouseWheel | Occurs when the mouse wheel is used on the subscribed EventSource3D. |
![]() | TouchDown | Occurs when the touch device touches the subscribed EventSource3D. |
![]() | TouchEnter | Occurs when the touch device moves on the subscribed EventSource3D. |
![]() | TouchLeave | Occurs when the touch device leaves the subscribed EventSource3D. |
![]() | TouchMove | Occurs when the touch device moves on the subscribed EventSource3D. |
![]() | TouchUp | Occurs when the touch device releases touch on the subscribed EventSource3D. |