The following tables list the members exposed by NavigationCancelArgs.
Name | Description | |
---|---|---|
![]() | NavigationCancelArgs Constructor |
Name | Description | |
---|---|---|
![]() | IsCanceled | Specifies whether a pending navigation should be canceled. |
Name | Description | |
---|---|---|
![]() | Cancel | Cancel the current navigation request. |
![]() | Complete | Signals to the current navigation that it can continue successfully. |
![]() | Defer | Defers continuation of the current navigation until one of the following methods is called: Complete, Fail, Cancel |
![]() | Fail | Signals to the current navigation that it must continue with the provided error. |