Table of Contents

Class TappedEventArgs

Namespace
Avalonia.Input
Assembly
Avalonia.Base.dll
public class TappedEventArgs : RoutedEventArgs
Inheritance
TappedEventArgs
Inherited Members

Constructors

TappedEventArgs(RoutedEvent, PointerEventArgs)

public TappedEventArgs(RoutedEvent routedEvent, PointerEventArgs lastPointerEventArgs)

Parameters

routedEvent RoutedEvent
lastPointerEventArgs PointerEventArgs

Properties

KeyModifiers

public KeyModifiers KeyModifiers { get; }

Property Value

KeyModifiers

Pointer

public IPointer Pointer { get; }

Property Value

IPointer

Timestamp

public ulong Timestamp { get; }

Property Value

ulong

Methods

GetPosition(Visual?)

public Point GetPosition(Visual? relativeTo)

Parameters

relativeTo Visual

Returns

Point