Symphony Framework
MoveToState(String) Method
Symphony.Conductor.ViewModel Namespace > BaseViewModel Class > MoveToState Method : MoveToState(String) Method
A string specifying the name of the visual state to navigate to.
Allow navigation to a visual state.
Syntax
public bool MoveToState( 
   string state
)

Parameters

state
A string specifying the name of the visual state to navigate to.

Return Value

True is the move request was successful, otherwise false.
Remarks
If the visual state name does not eist an exception is thrown.
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
Overload List