Name | Description | |
---|---|---|
BaseViewModel Constructor | Overloaded. |
The following tables list the members exposed by BaseViewModel.
Name | Description | |
---|---|---|
BaseViewModel Constructor | Overloaded. |
Name | Description | |
---|---|---|
CurrentStateName | Allows readonly access to the name of the current visual state. | |
IsBaseState | This property is used to determine if the current visual state is the base visual state. | |
NavigateState | Navigate state command binding point. | |
ParentView | Allow readonly access to the parent View. | |
QuitState | The Quit state command binding point can be used to define a quit, or exit point. |
Name | Description | |
---|---|---|
BindViewStates | Method to bind Visual States. | |
InitViewModel | Method to override if the extending view model needs to initialise. | |
MoveToState | Overloaded. Allow navigation to a visual state. | |
RaiseInitialState | Method to allow the host View Model to force the Symphony.Conductor.Framework.UIStateStack to restore to the initial or base visual state. | |
RaiseMessageAndRespond | Raise the Message and Response event on the correct thread. | |
RaiseTKMenuSignal | Allows programs to raise the TK menu signal, passing in the menu name. | |
RestoreBaseState | All visual states are popped off the state stack. | |
StateAborted | Cancel the current state and revert back to the previous state. | |
StateCompleted | End the current state and revert back to the previous visual state. | |
TKMenuSignalHandler | This method can be assigned as an event handler for a GenericCommand. |
Name | Description | |
---|---|---|
RaisePropertyChanged | Method to allow the extending class to raise the PropertyChanged event |
Name | Description | |
---|---|---|
AfterNavigateState | Event raised after the requested state has been navigated to. | |
BeforeNavigateState | Event raised before navigation to a visual state occurs. | |
InitialState | Event to allow the moving to the intial or base visual state. | |
MessageAndRespond | Allow change notifications. | |
PropertyChanged | Property changed event definition. | |
StoryBoardComplete | Event raised when the story board for the current visual state navigation completes. | |
TKMenuSignal | Allow the host program to trap for TK menu signals. |