Alexandria.PutAway.navigationHelper_SaveState C# (CSharp) Méthode

navigationHelper_SaveState() private méthode

Preserves state associated with this page in case the application is suspended or the page is discarded from the navigation cache. Values must conform to the serialization requirements of SuspensionManager.SessionState.
private navigationHelper_SaveState ( object sender, SaveStateEventArgs e ) : void
sender object The source of the event; typically
e Alexandria.Common.SaveStateEventArgs Event data that provides an empty dictionary to be populated with /// serializable state.
Résultat void
        private void navigationHelper_SaveState(object sender, SaveStateEventArgs e)
        {
        }