1 instantiation of SwipeStartedEventArgs
Microsoft.Maui.Controls (1)
SwipeView\SwipeView.cs (1)
368
var swipeStartedEventArgs = new
SwipeStartedEventArgs
(swipeStarted.SwipeDirection);
4 references to SwipeStartedEventArgs
Microsoft.Maui.Controls (4)
ISwipeViewController.cs (1)
7
void SendSwipeStarted(
SwipeStartedEventArgs
args);
SwipeView\SwipeView.cs (3)
180
public event EventHandler<
SwipeStartedEventArgs
> SwipeStarted;
206
void ISwipeViewController.SendSwipeStarted(
SwipeStartedEventArgs
args) => SwipeStarted?.Invoke(this, args);
368
var
swipeStartedEventArgs = new SwipeStartedEventArgs(swipeStarted.SwipeDirection);