JoelSpadin.BraceCompleter.BraceCompleterOptionsPage.OnApply C# (CSharp) Method

OnApply() protected method

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