SwipeEndedEventArgs 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 SwipeEnded event.
public ref class SwipeEndedEventArgs : Microsoft::Maui::Controls::BaseSwipeEventArgs
public class SwipeEndedEventArgs : Microsoft.Maui.Controls.BaseSwipeEventArgs
type SwipeEndedEventArgs = class
inherit BaseSwipeEventArgs
Public Class SwipeEndedEventArgs
Inherits BaseSwipeEventArgs
- Inheritance
Constructors
| Name | Description |
|---|---|
| SwipeEndedEventArgs(SwipeDirection, Boolean) |
Initializes a new instance of the SwipeEndedEventArgs class. |
Properties
| Name | Description |
|---|---|
| IsOpen |
Gets or sets a value indicating whether the swipe view is open. |
| SwipeDirection |
Gets or sets the direction of the swipe gesture. (Inherited from BaseSwipeEventArgs) |