JoelSpadin.BraceCompleter.BraceCompleterOptionsPage.OnApply C# (CSharp) Méthode

OnApply() protected méthode

protected OnApply ( Microsoft.VisualStudio.Shell.DialogPage e ) : void
e Microsoft.VisualStudio.Shell.DialogPage
Résultat void
        protected override void OnApply(DialogPage.PageApplyEventArgs e)
        {
            // increment the options version
            Utils.OptionsVersion++;
            base.OnApply(e);
        }