1 instantiation of SwipedEventArgs
Microsoft.Maui.Controls (1)
SwipeGestureRecognizer.cs (1)
121
Swiped?.Invoke(sender, new
SwipedEventArgs
(CommandParameter, direction));
1 reference to SwipedEventArgs
Microsoft.Maui.Controls (1)
SwipeGestureRecognizer.cs (1)
55
public event EventHandler<
SwipedEventArgs
> Swiped;