ShellSection.IShellSectionController.AddDisplayedPageObserver Method

Definition

For internal use by the Xamarin.Forms platform.

void IShellSectionController.AddDisplayedPageObserver (object observer, Action<Xamarin.Forms.Page> callback);
abstract member Xamarin.Forms.IShellSectionController.AddDisplayedPageObserver : obj * Action<Xamarin.Forms.Page> -> unit
override this.Xamarin.Forms.IShellSectionController.AddDisplayedPageObserver : obj * Action<Xamarin.Forms.Page> -> unit

Parameters

observer
Object
callback
Action<Page>

Implements

Applies to