Class HoldingRoutedEventArgs
public class HoldingRoutedEventArgs : RoutedEventArgs
- Inheritance
-
HoldingRoutedEventArgs
- Inherited Members
Constructors
HoldingRoutedEventArgs(HoldingState, Point, PointerType)
Initializes a new instance of the HoldingRoutedEventArgs class.
public HoldingRoutedEventArgs(HoldingState holdingState, Point position, PointerType pointerType)
Parameters
holdingState
HoldingStateposition
PointpointerType
PointerType
Properties
HoldingState
Gets the state of the HoldingEvent event.
public HoldingState HoldingState { get; }
Property Value
PointerType
Gets the pointer type of the input source.
public PointerType PointerType { get; }
Property Value
Position
Gets the location of the touch, mouse, or pen/stylus contact.
public Point Position { get; }