Share via


SwipedEventArgs(Object, SwipeDirection) コンストラクター

定義

指定した値で新しいスワイプ イベント引数オブジェクトを作成します。

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

パラメーター

parameter
System.Object

スワイプのコマンドに渡すパラメーター。

direction
SwipeDirection

スワイプの方向。

適用対象