2 references to SwipeStartedEventArgs
Microsoft.Maui.Controls (1)
SwipeView\SwipeView.cs (1)
368
var swipeStartedEventArgs = new
SwipeStartedEventArgs
(swipeStarted.SwipeDirection);
Microsoft.Maui.Controls.Compatibility (1)
iOS\Renderers\SwipeViewRenderer.cs (1)
1608
var swipeStartedEventArgs = new
SwipeStartedEventArgs
(_swipeDirection.Value);