ProposalRejectedEventArgs Class
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.
public class ProposalRejectedEventArgs : EventArgs
type ProposalRejectedEventArgs = class
inherit EventArgs
Public Class ProposalRejectedEventArgs
Inherits EventArgs
- Inheritance
-
ProposalRejectedEventArgs
Constructors
ProposalRejectedEventArgs(String, ITextView, ProposalBase, ProposalBase, ReasonForUpdate) |
Event args for ProposalRejected. Raised whenever a proposal is no longer displayed (though another proposal may be displayed without the suggestion being dismissed). |
Fields
FinalProposal | |
OriginalProposal | |
ProviderName | |
Reason | |
View |