Cocktail Help Reference
NavigationArgs Class Members
See Also  Properties  Methods  Send Feedback
Cocktail Assembly > Cocktail Namespace : NavigationArgs Class


Glossary Item Box

The following tables list the members exposed by NavigationArgs.

Public Constructors

 NameDescription
Public ConstructorNavigationArgs ConstructorCreates a new instance.  
Top

Public Properties

 NameDescription
Public PropertyIsCanceledSpecifies whether a pending navigation should be canceled. (Inherited from Cocktail.NavigationCancelArgs)
Public PropertyParameterGets the parameter passed to the target view model.  
Top

Public Methods

 NameDescription
Public MethodCancelCancel the current navigation request. (Inherited from Cocktail.NavigationCancelArgs)
Public MethodCompleteSignals to the current navigation that it can continue successfully. (Inherited from Cocktail.NavigationCancelArgs)
Public MethodDeferDefers continuation of the current navigation until one of the following methods is called: NavigationCancelArgs.Complete, NavigationCancelArgs.Fail, NavigationCancelArgs.Cancel (Inherited from Cocktail.NavigationCancelArgs)
Public MethodFailSignals to the current navigation that it must continue with the provided error. (Inherited from Cocktail.NavigationCancelArgs)
Top

See Also

© 2013 All Rights Reserved.