IExternalSettingsProvider.SettingValuesChanged Event
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Raised by the setting owner when one or more settings change in the backing store.
This can also be raised to indicate that an error state affecting a single setting (i.e. one with Scope == SingleSettingOnly) has been resolved.
event EventHandler<Microsoft.VisualStudio.Utilities.UnifiedSettings.ExternalSettingsChangedEventArgs> SettingValuesChanged;
member this.SettingValuesChanged : EventHandler<Microsoft.VisualStudio.Utilities.UnifiedSettings.ExternalSettingsChangedEventArgs>
Event SettingValuesChanged As EventHandler(Of ExternalSettingsChangedEventArgs)