Esempio n. 1
0
        protected override void OnApply(PageApplyEventArgs e)
        {
            base.OnApply(e);

            // Make sure we broadcast changes to these options.
            IOptionsService optionsService = (IOptionsService)GetService(typeof(IOptionsService));

            optionsService.InvokeOptionsChanged(EventArgs.Empty);
        }