Click or drag to resize
PointerRoutedEventArgs Class
Provides event data for pointer message events related to specific user interface elements, such as PointerPressed.
Inheritance Hierarchy
SystemObject
  Windows.UI.XamlRoutedEventArgs
    Windows.UI.Xaml.InputPointerRoutedEventArgs

Namespace: Windows.UI.Xaml.Input
Assembly: CSharpXamlForHtml5 (in CSharpXamlForHtml5.dll) Version: 1.0.0.0
Syntax
C#
public sealed class PointerRoutedEventArgs : RoutedEventArgs

The PointerRoutedEventArgs type exposes the following members.

Constructors
  NameDescription
Public methodPointerRoutedEventArgs
Initializes a new instance of the PointerRoutedEventArgs class
Top
Methods
  NameDescription
Public methodEquals(Object)
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Public methodGetCurrentPoint
Returns the pointer position for this event occurrence, optionally evaluated against a coordinate origin of a supplied UIElement.
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
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