1 instantiation of CloseRequestedEventArgs
Microsoft.Maui.Controls (1)
SwipeView\SwipeView.cs (1)
202
CloseRequested?.Invoke(this, new
CloseRequestedEventArgs
(animated));
2 references to CloseRequestedEventArgs
Microsoft.Maui.Controls (1)
SwipeView\SwipeView.cs (1)
188
public event EventHandler<
CloseRequestedEventArgs
> CloseRequested;
Microsoft.Maui.Controls.Compatibility (1)
iOS\Renderers\SwipeViewRenderer.cs (1)
1596
void OnCloseRequested(object sender,
CloseRequestedEventArgs
e)