SuggestionDismissedEventArgs 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 SuggestionDismissedEventArgs : EventArgs
type SuggestionDismissedEventArgs = class
inherit EventArgs
Public Class SuggestionDismissedEventArgs
Inherits EventArgs
- Inheritance
-
SuggestionDismissedEventArgs
Constructors
SuggestionDismissedEventArgs(String, ITextView, ProposalBase, ProposalBase, ReasonForDismiss) |
Event args for SuggestionDismissed. Raised whenever a suggestion session is dismissed without accepting a proposal. |
Fields
FinalProposal | |
OriginalProposal | |
ProviderName | |
Reason | |
View |