1 implementation of SendSwipeStarted
Microsoft.Maui.Controls (1)
SwipeView\SwipeView.cs (1)
206 void ISwipeViewController.SendSwipeStarted(SwipeStartedEventArgs args) => SwipeStarted?.Invoke(this, args);
1 reference to SendSwipeStarted
Microsoft.Maui.Controls (1)
SwipeView\SwipeView.cs (1)
369 ((ISwipeViewController)this).SendSwipeStarted(swipeStartedEventArgs);