SwipedEventArgs(Object, SwipeDirection) Constructor

Definition

Creates a new swipe event argument object with the specified values.

public SwipedEventArgs (object parameter, Xamarin.Forms.SwipeDirection direction);
new Xamarin.Forms.SwipedEventArgs : obj * Xamarin.Forms.SwipeDirection -> Xamarin.Forms.SwipedEventArgs

Parameters

parameter
System.Object

The parameter to pass to the command for the swipe.

direction
SwipeDirection

The swipe direction.

Applies to