SuggestionServiceBase.SuggestionAccepted 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 the user accepts a proposal (causing the suggestion session to end).
public virtual event EventHandler<Microsoft.VisualStudio.Language.Suggestions.SuggestionAcceptedEventArgs>? SuggestionAccepted;
member this.SuggestionAccepted : EventHandler<Microsoft.VisualStudio.Language.Suggestions.SuggestionAcceptedEventArgs>
Public Overridable Custom Event SuggestionAccepted As EventHandler(Of SuggestionAcceptedEventArgs)
Event Type
Remarks
This event is intended to be used only for reporting telemetry.