SwipeGestureRecognizer.SendSwiped(View, SwipeDirection) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Method that is called by the platform renderer when a swipe occurs.
public void SendSwiped (Xamarin.Forms.View sender, Xamarin.Forms.SwipeDirection direction);
member this.SendSwiped : Xamarin.Forms.View * Xamarin.Forms.SwipeDirection -> unit
Parameters
- sender
- View
The view that was swiped.
- direction
- SwipeDirection
The swipe direction.