Share via


SwipeViewSwipeEnded Constructors

Definition

Overloads

SwipeViewSwipeEnded(SwipeViewSwipeEnded)
SwipeViewSwipeEnded(SwipeDirection, Boolean)

SwipeViewSwipeEnded(SwipeViewSwipeEnded)

protected:
 SwipeViewSwipeEnded(Microsoft::Maui::SwipeViewSwipeEnded ^ original);
protected SwipeViewSwipeEnded (Microsoft.Maui.SwipeViewSwipeEnded original);
Protected Sub New (original As SwipeViewSwipeEnded)

Parameters

Applies to

SwipeViewSwipeEnded(SwipeDirection, Boolean)

public:
 SwipeViewSwipeEnded(Microsoft::Maui::SwipeDirection SwipeDirection, bool IsOpen);
public SwipeViewSwipeEnded (Microsoft.Maui.SwipeDirection SwipeDirection, bool IsOpen);
new Microsoft.Maui.SwipeViewSwipeEnded : Microsoft.Maui.SwipeDirection * bool -> Microsoft.Maui.SwipeViewSwipeEnded
Public Sub New (SwipeDirection As SwipeDirection, IsOpen As Boolean)

Parameters

SwipeDirection
SwipeDirection
IsOpen
Boolean

Applies to