Alexandria.CheckIn.navigationHelper_SaveState C# (CSharp) 메소드

navigationHelper_SaveState() 개인적인 메소드

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.
리턴 void
        private void navigationHelper_SaveState(object sender, SaveStateEventArgs e)
        {
        }