3 references to OnCloseRequested
Microsoft.Maui.Controls.Compatibility (3)
iOS\Renderers\SwipeViewRenderer.cs (3)
86
e.NewElement.CloseRequested +=
OnCloseRequested
;
101
e.OldElement.CloseRequested -=
OnCloseRequested
;
222
Element.CloseRequested -=
OnCloseRequested
;