Share via


SwipedEventArgs Class

Definition

Provides data for the Swiped event.

public ref class SwipedEventArgs : EventArgs
public class SwipedEventArgs : EventArgs
type SwipedEventArgs = class
    inherit EventArgs
Public Class SwipedEventArgs
Inherits EventArgs
Inheritance
SwipedEventArgs

Constructors

Name Description
SwipedEventArgs(Object, SwipeDirection)

Initializes a new instance of the SwipedEventArgs class.

Properties

Name Description
Direction

Gets the direction of the swipe gesture.

Parameter

Gets the command parameter associated with the swipe gesture.

Applies to