ShellSection.OnPopAsync(Boolean) Method

Definition

protected:
 virtual System::Threading::Tasks::Task<Microsoft::Maui::Controls::Page ^> ^ OnPopAsync(bool animated);
protected virtual System.Threading.Tasks.Task<Microsoft.Maui.Controls.Page> OnPopAsync (bool animated);
abstract member OnPopAsync : bool -> System.Threading.Tasks.Task<Microsoft.Maui.Controls.Page>
override this.OnPopAsync : bool -> System.Threading.Tasks.Task<Microsoft.Maui.Controls.Page>
Protected Overridable Function OnPopAsync (animated As Boolean) As Task(Of Page)

Parameters

animated
Boolean

Returns

Applies to