Symphony Framework
QuitState Property
Symphony.Conductor.ViewModel Namespace > BaseViewModel Class : QuitState Property
The Quit state command binding point can be used to define a quit, or exit point.
Syntax
public QuitStateCommand QuitState {get; set;}
Remarks
This parameter can be data bound to any ICommand capable UI Control. When executed the current state is exited, popped off the stack and the previous state restored. 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