Table of Contents

Class HoldingRoutedEventArgs

Namespace
Avalonia.Input
Assembly
Avalonia.Base.dll
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 HoldingState
position Point
pointerType PointerType

Properties

HoldingState

Gets the state of the HoldingEvent event.

public HoldingState HoldingState { get; }

Property Value

HoldingState

PointerType

Gets the pointer type of the input source.

public PointerType PointerType { get; }

Property Value

PointerType

Position

Gets the location of the touch, mouse, or pen/stylus contact.

public Point Position { get; }

Property Value

Point