TappedEventArgs Constructor
Initializes a new instance of the TappedEventArgs class
Definition
Namespace: Avalonia.Input
Assembly: Avalonia.Base (in Avalonia.Base.dll)
- C#
- VB
- F#
public TappedEventArgs(
RoutedEvent routedEvent,
PointerEventArgs lastPointerEventArgs
)
Public Sub New (
routedEvent As RoutedEvent,
lastPointerEventArgs As PointerEventArgs
)
new :
routedEvent : RoutedEvent *
lastPointerEventArgs : PointerEventArgs -> TappedEventArgs