ColorColumn.OptionsPage.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)
        {
            base.OnApply(e);
            raisePropertyChanged();
        }