IExternalSettingsProvider.DynamicMessageTextChanged 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 text of a dynamic message should be updated in the UI. This will result in a callback to GetMessageTextAsync(String, CancellationToken).
event EventHandler<Microsoft.VisualStudio.Utilities.UnifiedSettings.DynamicMessageTextChangedEventArgs> DynamicMessageTextChanged;
member this.DynamicMessageTextChanged : EventHandler<Microsoft.VisualStudio.Utilities.UnifiedSettings.DynamicMessageTextChangedEventArgs>
Event DynamicMessageTextChanged As EventHandler(Of DynamicMessageTextChangedEventArgs)