Symphony Framework
NavigateState Property
Symphony.Conductor.ViewModel Namespace > BaseViewModel Class : NavigateState Property
Navigate state command binding point.
Syntax
public NavigateStateCommand NavigateState {get; set;}
Remarks
This command can be data bound to System.Windows.Input.ICommand based UI Control. The CommandParameter should be defined as the name of the visual state to navigate to when executed. When the command is executed and the visual state is navigated the BeforeNavigateState and AfterNavigateState events will be raised.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

BaseViewModel Class
BaseViewModel Members