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. |