SuggestionServiceBase.SuggestionDismissed 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 whenever a suggestion session is dismissed without accepting a proposal.
public virtual event EventHandler<Microsoft.VisualStudio.Language.Suggestions.SuggestionDismissedEventArgs>? SuggestionDismissed;
member this.SuggestionDismissed : EventHandler<Microsoft.VisualStudio.Language.Suggestions.SuggestionDismissedEventArgs>
Public Overridable Custom Event SuggestionDismissed As EventHandler(Of SuggestionDismissedEventArgs)
Event Type
Remarks
This event is intended to be used only for reporting telemetry.