1 implementation of SendSwipeEnded
Microsoft.Maui.Controls (1)
SwipeView\SwipeView.cs (1)
210
void ISwipeViewController.
SendSwipeEnded
(SwipeEndedEventArgs args) => SwipeEnded?.Invoke(this, args);
1 reference to SendSwipeEnded
Microsoft.Maui.Controls (1)
SwipeView\SwipeView.cs (1)
382
((ISwipeViewController)this).
SendSwipeEnded
(swipeEndedEventArgs);