3 references to
Microsoft.Maui.Controls (3)
SwipeView\SwipeEventArgs.cs (3)
44
public SwipeStartedEventArgs(SwipeDirection swipeDirection) :
base
(swipeDirection)
54
public SwipeChangingEventArgs(SwipeDirection swipeDirection, double offset) :
base
(swipeDirection)
67
public SwipeEndedEventArgs(SwipeDirection swipeDirection, bool isOpen) :
base
(swipeDirection)