1 instantiation of CloseRequestedEventArgs
Microsoft.Maui.Controls (1)
SwipeView\SwipeView.cs (1)
202
CloseRequested?.Invoke(this, new
CloseRequestedEventArgs
(animated));
1 reference to CloseRequestedEventArgs
Microsoft.Maui.Controls (1)
SwipeView\SwipeView.cs (1)
188
public event EventHandler<
CloseRequestedEventArgs
> CloseRequested;