Delen via


SuggestionServiceBase.ProposalRejected Event

Definition

Raised whenever a proposal is no longer displayed (though another proposal may be displayed without the suggestion being dismissed).

public virtual event EventHandler<Microsoft.VisualStudio.Language.Suggestions.ProposalRejectedEventArgs>? ProposalRejected;
member this.ProposalRejected : EventHandler<Microsoft.VisualStudio.Language.Suggestions.ProposalRejectedEventArgs> 
Public Overridable Custom Event ProposalRejected As EventHandler(Of ProposalRejectedEventArgs) 

Event Type

Remarks

This event is intended to be used only for reporting telemetry.

Applies to