SuggestionAcceptedEventArgs 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 SuggestionAcceptedEventArgs : EventArgs
type SuggestionAcceptedEventArgs = class
inherit EventArgs
Public Class SuggestionAcceptedEventArgs
Inherits EventArgs
- Inheritance
-
SuggestionAcceptedEventArgs
Constructors
SuggestionAcceptedEventArgs(String, ITextView, ProposalBase, ProposalBase, ReasonForAccept) |
Event args for SuggestionAccepted. Raised whenever the user accepts a proposal (causing the suggestion session to end). |
Fields
FinalProposal | |
OriginalProposal | |
ProviderName | |
Reason | |
View |