1 instantiation of TappedEventArgs
Microsoft.Maui.Controls (1)
TapGestureRecognizer.cs (1)
62 Tapped?.Invoke(sender, new TappedEventArgs(CommandParameter, getPosition));
1 reference to TappedEventArgs
Microsoft.Maui.Controls (1)
TapGestureRecognizer.cs (1)
54 public event EventHandler<TappedEventArgs>? Tapped;