Click or drag to resize
PointerRoutedEventArgs Properties

The PointerRoutedEventArgs type exposes the following members.

Properties
  NameDescription
Public propertyHandled
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.
Public propertyKeyModifiers
Gets a value that indicates which key modifiers were active at the time that the pointer event was initiated.
Public propertyOriginalSource
Gets a reference to the object that raised the event.
(Inherited from RoutedEventArgs.)
Public propertyPointer
Gets a reference to a pointer token.
Top
See Also