1 implementation of SendSwipeChanging
Microsoft.Maui.Controls (1)
SwipeView\SwipeView.cs (1)
208 void ISwipeViewController.SendSwipeChanging(SwipeChangingEventArgs args) => SwipeChanging?.Invoke(this, args);
1 reference to SendSwipeChanging
Microsoft.Maui.Controls (1)
SwipeView\SwipeView.cs (1)
375 ((ISwipeViewController)this).SendSwipeChanging(swipeChangingEventArgs);