Name |
Description |
LoadStateEventArgs |
Class used to hold the event data required when a page attempts to load state. |
NavigationHelper |
|
RelayCommand |
A command whose sole purpose is to relay its functionality to other objects by invoking delegates. The default return value for the CanExecute method is 'true'. RaiseCanExecuteChanged needs to be called whenever CanExecute is expected to return a different value. |
SaveStateEventArgs |
Class used to hold the event data required when a page attempts to save state. |
SuspensionManager |
SuspensionManager captures global session state to simplify process lifetime management for an application. Note that session state will be automatically cleared under a variety of conditions and should only be used to store information that would be convenient to carry across sessions, but that should be discarded when an application crashes or is upgraded. |
SuspensionManagerException |
|