TappedEventArgs Class
Definition
public class TappedEventArgs
Constructors
| Name | Description |
|---|---|
| TappedEventArgs | No summary available. |
TappedEventArgs Constructor
public TappedEventArgs(Avalonia.Interactivity.RoutedEvent routedEvent, Avalonia.Input.PointerEventArgs lastPointerEventArgs)
Parameters
routedEvent Avalonia.Interactivity.RoutedEvent
lastPointerEventArgs Avalonia.Input.PointerEventArgs
Methods
| Name | Description |
|---|---|
| GetPosition | No summary available. |
GetPosition Method
public Avalonia.Point GetPosition(Avalonia.Visual relativeTo)
Parameters
relativeTo Avalonia.Visual
Returns
Properties
| Name | Description |
|---|---|
| KeyModifiers | No summary available. |
| Pointer | No summary available. |
| Timestamp | No summary available. |
| Handled | Gets or sets a value indicating whether the routed event has already been handled. Inherited from RoutedEventArgs. |
| Route | Gets or sets the routing strategy (direct, bubbling, or tunneling) of the routed event. Inherited from RoutedEventArgs. |
| RoutedEvent | Gets or sets the routed event associated with these event args. Inherited from RoutedEventArgs. |
| Source | Gets or sets the source object that raised the routed event. Inherited from RoutedEventArgs. |
KeyModifiers Property
public Avalonia.Input.KeyModifiers KeyModifiers { get; set; }
Pointer Property
public Avalonia.Input.IPointer Pointer { get; set; }
Timestamp Property
public ulong Timestamp { get; set; }