SwipeGestureRecognizer.SendSwiped(View, SwipeDirection) Method

Definition

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.

Applies to