PointerRoutedEventArgs Class |
Namespace: Windows.UI.Xaml.Input
public sealed class PointerRoutedEventArgs : RoutedEventArgs
The PointerRoutedEventArgs type exposes the following members.
Name | Description | |
---|---|---|
![]() | PointerRoutedEventArgs | Initializes a new instance of the PointerRoutedEventArgs class |
Name | Description | |
---|---|---|
![]() | Equals(Object) | (Inherited from Object.) |
![]() | GetCurrentPoint |
Returns the pointer position for this event occurrence, optionally evaluated
against a coordinate origin of a supplied UIElement.
|
![]() | GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |
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.
|