ProposalRejectedEventArgs Constructor
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.
Event args for ProposalRejected. Raised whenever a proposal is no longer displayed (though another proposal may be displayed without the suggestion being dismissed).
public ProposalRejectedEventArgs(string providerName, Microsoft.VisualStudio.Text.Editor.ITextView view, Microsoft.VisualStudio.Language.Proposals.ProposalBase originalProposal, Microsoft.VisualStudio.Language.Proposals.ProposalBase finalProposal, Microsoft.VisualStudio.Language.Suggestions.ReasonForUpdate reason);
new Microsoft.VisualStudio.Language.Suggestions.ProposalRejectedEventArgs : string * Microsoft.VisualStudio.Text.Editor.ITextView * Microsoft.VisualStudio.Language.Proposals.ProposalBase * Microsoft.VisualStudio.Language.Proposals.ProposalBase * Microsoft.VisualStudio.Language.Suggestions.ReasonForUpdate -> Microsoft.VisualStudio.Language.Suggestions.ProposalRejectedEventArgs
Public Sub New (providerName As String, view As ITextView, originalProposal As ProposalBase, finalProposal As ProposalBase, reason As ReasonForUpdate)
Parameters
- providerName
- String
- view
- ITextView
- originalProposal
- ProposalBase
- finalProposal
- ProposalBase
- reason
- ReasonForUpdate