예제 #1
0
        public override void NavigatingInto()
        {
            // force display prefs to reload.
            displayPrefs = null;

            // metadata should be refreshed in a higher priority
            folderChildren.RefreshAsap();

            base.NavigatingInto();
        }
예제 #2
0
        public override void NavigatingInto()
        {
            // force display prefs to reload.
            displayPrefs = null;

            // metadata should be refreshed in a higher priority
            if (Config.Instance.AutoValidate)
            {
                folderChildren.RefreshAsap();
            }

            base.NavigatingInto();
        }