AvalonGUIConfig.MovingPicturesConfig.OnPageDestroy C# (CSharp) Method

OnPageDestroy() protected method

protected OnPageDestroy ( int newWindowId ) : void
newWindowId int
return void
        protected override void OnPageDestroy(int newWindowId)
        {
            // Get Current State of controls
            GetControlStates();

            // Apply Configuration changes
            ApplyConfigurationChanges();

            // Save Settings
            settings.Save(settings.cXMLSectionMovingPictures);
        }