PointerRoutedEventArgs Properties |
The PointerRoutedEventArgs type exposes the following members.
Name | Description | |
---|---|---|
![]() | Handled |
Gets or sets a value that marks the routed event as handled, and prevents
most handlers along the event route from handling the same event again.
|
![]() | KeyModifiers |
Gets a value that indicates which key modifiers were active at the time that
the pointer event was initiated.
|
![]() | OriginalSource |
Gets a reference to the object that raised the event.
(Inherited from RoutedEventArgs.) |
![]() | Pointer |
Gets a reference to a pointer token.
|