Share via


ShellNavigatingEventArgs.GetDeferral Method

Definition

Gets a deferral to delay navigation until the deferral is completed.

public:
 Microsoft::Maui::Controls::ShellNavigatingDeferral ^ GetDeferral();
public Microsoft.Maui.Controls.ShellNavigatingDeferral GetDeferral();
member this.GetDeferral : unit -> Microsoft.Maui.Controls.ShellNavigatingDeferral
Public Function GetDeferral () As ShellNavigatingDeferral

Returns

A ShellNavigatingDeferral object, or null if CanCancel is false.

Applies to