NavigationProxy.OnPopAsync(Boolean) Method

Definition

For internal use by the Xamarin.Forms platform.

protected virtual System.Threading.Tasks.Task<Xamarin.Forms.Page> OnPopAsync (bool animated);
abstract member OnPopAsync : bool -> System.Threading.Tasks.Task<Xamarin.Forms.Page>
override this.OnPopAsync : bool -> System.Threading.Tasks.Task<Xamarin.Forms.Page>

Parameters

animated
System.Boolean

For internal use by the Xamarin.Forms platform.

Returns

System.Threading.Tasks.Task<Page>

For internal use by the Xamarin.Forms platform.

Applies to