Baconit.App.OnSuspending_Fired C# (CSharp) Method

OnSuspending_Fired() private method

Invoked when application execution is being suspended. Application state is saved without knowing whether the application will be terminated or resumed with the contents of memory still intact.
private OnSuspending_Fired ( object sender, SuspendingEventArgs e ) : void
sender object The source of the suspend request.
e Windows.ApplicationModel.SuspendingEventArgs Details about the suspend request.
return void
        private void OnSuspending_Fired(object sender, SuspendingEventArgs e)
        {
            BaconMan.OnSuspending_Fired(sender, e);
        }