IExternalSettingsProvider.EnumSettingChoicesChanged 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 the choices for an enum setting should be updated in the UI. This will result in a callback to GetEnumChoicesAsync(String, CancellationToken).
event EventHandler<Microsoft.VisualStudio.Utilities.UnifiedSettings.EnumSettingChoicesChangedEventArgs> EnumSettingChoicesChanged;
member this.EnumSettingChoicesChanged : EventHandler<Microsoft.VisualStudio.Utilities.UnifiedSettings.EnumSettingChoicesChangedEventArgs>
Event EnumSettingChoicesChanged As EventHandler(Of EnumSettingChoicesChangedEventArgs)