Class TappedEventArgs
public class TappedEventArgs : RoutedEventArgs
- Inheritance
-
TappedEventArgs
- Inherited Members
Constructors
TappedEventArgs(RoutedEvent, PointerEventArgs)
public TappedEventArgs(RoutedEvent routedEvent, PointerEventArgs lastPointerEventArgs)
Parameters
routedEvent
RoutedEventlastPointerEventArgs
PointerEventArgs
Properties
KeyModifiers
public KeyModifiers KeyModifiers { get; }
Property Value
Pointer
public IPointer Pointer { get; }
Property Value
Timestamp
public ulong Timestamp { get; }
Property Value
Methods
GetPosition(Visual?)
public Point GetPosition(Visual? relativeTo)
Parameters
relativeTo
Visual