1 instantiation of OpenRequestedEventArgs
Microsoft.Maui.Controls (1)
SwipeView\SwipeView.cs (1)
195
OpenRequested?.Invoke(this, new
OpenRequestedEventArgs
(openSwipeItem, animated));
1 reference to OpenRequestedEventArgs
Microsoft.Maui.Controls (1)
SwipeView\SwipeView.cs (1)
185
public event EventHandler<
OpenRequestedEventArgs
> OpenRequested;