1 implementation of SendSwipeChanging
Microsoft.Maui.Controls (1)
SwipeView\SwipeView.cs (1)
208 void ISwipeViewController.SendSwipeChanging(SwipeChangingEventArgs args) => SwipeChanging?.Invoke(this, args);
2 references to SendSwipeChanging
Microsoft.Maui.Controls (1)
SwipeView\SwipeView.cs (1)
375 ((ISwipeViewController)this).SendSwipeChanging(swipeChangingEventArgs);
Microsoft.Maui.Controls.Compatibility (1)
iOS\Renderers\SwipeViewRenderer.cs (1)
1618 ((ISwipeViewController)Element).SendSwipeChanging(swipeChangingEventArgs);