1 implementation of AddDisplayedPageObserver
Microsoft.Maui.Controls (1)
Shell\ShellSection.cs (1)
79 void IShellSectionController.AddDisplayedPageObserver(object observer, Action<Page> callback)
2 references to AddDisplayedPageObserver
Microsoft.Maui.Controls (2)
Compatibility\Handlers\Shell\iOS\ShellItemRenderer.cs (1)
374 ((IShellSectionController)_currentSection).AddDisplayedPageObserver(this, OnDisplayedPageChanged);
Compatibility\Handlers\Shell\iOS\ShellSectionRenderer.cs (1)
494 ((IShellSectionController)ShellSection).AddDisplayedPageObserver(this, OnDisplayedPageChanged);