You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/maui/views/Popup.md
+14Lines changed: 14 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -184,6 +184,20 @@ It is important to note that a `Popup` will be displayed inside `ContentPage` wh
184
184
| Show popup | Current `Page` will receive `OnDisappearing` and `OnNavigatingFrom`|
185
185
| Close popup | Previous `Page` will receive `OnAppearing` and `OnNavigatedTo`|
186
186
187
+
To determine if `OnNavigatedTo(NavigatedToEventArgs)` was called by dismissing `Popup`, you can use the `WasPreviousPageAToolkitPopup()` extension method:
0 commit comments