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
Boolean

For internal use by the Xamarin.Forms platform.

Returns

Task<Page>

For internal use by the Xamarin.Forms platform.

Applies to