PullGestureEndedEventArgs Constructor
Initializes a new instance of the PullGestureEndedEventArgs class
Definition
Namespace: Avalonia.Input
Assembly: Avalonia.Base (in Avalonia.Base.dll)
- C#
- VB
- F#
public PullGestureEndedEventArgs(
int id,
PullDirection pullDirection
)
Public Sub New (
id As Integer,
pullDirection As PullDirection
)
new :
id : int *
pullDirection : PullDirection -> PullGestureEndedEventArgs