Share via


SwipeViewSwipeChanging Constructors

Definition

Overloads

SwipeViewSwipeChanging(SwipeViewSwipeChanging)
SwipeViewSwipeChanging(SwipeDirection, Double)

SwipeViewSwipeChanging(SwipeViewSwipeChanging)

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

Parameters

Applies to

SwipeViewSwipeChanging(SwipeDirection, Double)

public:
 SwipeViewSwipeChanging(Microsoft::Maui::SwipeDirection SwipeDirection, double Offset);
public SwipeViewSwipeChanging (Microsoft.Maui.SwipeDirection SwipeDirection, double Offset);
new Microsoft.Maui.SwipeViewSwipeChanging : Microsoft.Maui.SwipeDirection * double -> Microsoft.Maui.SwipeViewSwipeChanging
Public Sub New (SwipeDirection As SwipeDirection, Offset As Double)

Parameters

SwipeDirection
SwipeDirection
Offset
Double

Applies to