PointerPressedEventArgs Class

Namespace
Avalonia.Input
Base Types
graph BT Type-->Base0["PointerEventArgs"] click Base0 "/api/Avalonia.Input/PointerEventArgs" Base0-->Base1["RoutedEventArgs"] click Base1 "/api/Avalonia.Interactivity/RoutedEventArgs" Base1-->Base2["EventArgs"] Base2-->Base3["object"] Type["PointerPressedEventArgs"] class Type type-node

Syntax

public class PointerPressedEventArgs : PointerEventArgs

Constructors

Properties

Name Value Summary
ClickCount int
Device IPointerDevice
Inherited from PointerEventArgs
Handled bool
Inherited from RoutedEventArgs
InputModifiers InputModifiers
Inherited from PointerEventArgs
KeyModifiers KeyModifiers
Inherited from PointerEventArgs
MouseButton MouseButton
Pointer IPointer
Inherited from PointerEventArgs
Properties PointerPointProperties
Returns the current pointer point properties
Inherited from PointerEventArgs
Route RoutingStrategies
Inherited from RoutedEventArgs
RoutedEvent RoutedEvent?
Inherited from RoutedEventArgs
Source IInteractive?
Inherited from RoutedEventArgs
Timestamp ulong
Inherited from PointerEventArgs

Methods

Name Value Summary
GetCurrentPoint(IVisual?) PointerPoint
Returns the PointerPoint associated with the current event
Inherited from PointerEventArgs
GetPointerPoint(IVisual?) PointerPoint
Inherited from PointerEventArgs
GetPosition(IVisual?) Point
Inherited from PointerEventArgs