ShellNavigatingEventArgs.GetDeferral 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.
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.