INPointerEventArgs Interface Members
In This Topic
The following tables list the members exposed by INPointerEventArgs.
Public Properties
| Name | Description |
 | Cancel | Gets/Sets whether the event is handled. |
 | CurrentTargetPosition | Gets the position of the mouse in the current target coordinate system |
 | ScreenPosition | Gets the position of the mouse in the screen coordinate system |
 | TargetNode | Used to indicate the target node, or in other words the node for which the event is raised. |
 | TargetPosition | Gets the position of the mouse in the target coordinate system |
Top
See Also