SwipedEventArgs Class
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.
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. |