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