Share via


SwipeEndedEventArgs Class

Definition

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
SwipeEndedEventArgs

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)

Applies to