4 references to CloseRequested
Microsoft.Maui.Controls (1)
SwipeView\SwipeView.cs (1)
202 CloseRequested?.Invoke(this, new CloseRequestedEventArgs(animated));
Microsoft.Maui.Controls.Compatibility (3)
iOS\Renderers\SwipeViewRenderer.cs (3)
86 e.NewElement.CloseRequested += OnCloseRequested; 101 e.OldElement.CloseRequested -= OnCloseRequested; 222 Element.CloseRequested -= OnCloseRequested;