We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8f5606b commit 66efe9eCopy full SHA for 66efe9e
1 file changed
wiki/Layout-Diagnostics.md
@@ -49,8 +49,8 @@ LayoutDiagnosticsService.Initialize();
49
50
Snapshots are automatically created and ended during page and bottom sheet lifecycle:
51
52
-- `ContentPage.OnNavigatedTo()` → `BeginSnapshot("Page: {TypeName}")`
53
-- `ContentPage.OnDisappearing()` → `EndSnapshot()`
+- `ContentPage.OnAppearing()` → `BeginSnapshot("Page: {TypeName}")`
+- `ContentPage.OnNavigatingFrom()` → `EndSnapshot()`
54
- `BottomSheet.OnAppearing()` → `BeginSnapshot("BottomSheet: {TypeName}")`
55
- `BottomSheet.OnDisappearing()` → `EndSnapshot()`
56
0 commit comments