ShellSection.IShellSectionController.AddDisplayedPageObserver Method

Definition

 virtual void Microsoft.Maui.Controls.IShellSectionController.AddDisplayedPageObserver(System::Object ^ observer, Action<Microsoft::Maui::Controls::Page ^> ^ callback) = Microsoft::Maui::Controls::IShellSectionController::AddDisplayedPageObserver;
void IShellSectionController.AddDisplayedPageObserver (object observer, Action<Microsoft.Maui.Controls.Page> callback);
abstract member Microsoft.Maui.Controls.IShellSectionController.AddDisplayedPageObserver : obj * Action<Microsoft.Maui.Controls.Page> -> unit
override this.Microsoft.Maui.Controls.IShellSectionController.AddDisplayedPageObserver : obj * Action<Microsoft.Maui.Controls.Page> -> unit
Sub AddDisplayedPageObserver (observer As Object, callback As Action(Of Page)) Implements IShellSectionController.AddDisplayedPageObserver

Parameters

observer
Object
callback
Action<Page>

Implements

Applies to