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