ShellSection.IShellSectionController.RemoveDisplayedPageObserver Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
virtual bool Microsoft.Maui.Controls.IShellSectionController.RemoveDisplayedPageObserver(System::Object ^ observer) = Microsoft::Maui::Controls::IShellSectionController::RemoveDisplayedPageObserver;
bool IShellSectionController.RemoveDisplayedPageObserver (object observer);
abstract member Microsoft.Maui.Controls.IShellSectionController.RemoveDisplayedPageObserver : obj -> bool
override this.Microsoft.Maui.Controls.IShellSectionController.RemoveDisplayedPageObserver : obj -> bool
Function RemoveDisplayedPageObserver (observer As Object) As Boolean Implements IShellSectionController.RemoveDisplayedPageObserver
Parameters
- observer
- Object
Returns
Implements
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.