CompletionItemSelectedEventArgs 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.
This class is used to notify completion's logic of selecting through the UI
public ref class CompletionItemSelectedEventArgs sealed : EventArgs
[System.Diagnostics.DebuggerDisplay("EventArgs: {SelectedItem}, is suggestion: {SuggestionItemSelected}")]
public sealed class CompletionItemSelectedEventArgs : EventArgs
[<System.Diagnostics.DebuggerDisplay("EventArgs: {SelectedItem}, is suggestion: {SuggestionItemSelected}")>]
type CompletionItemSelectedEventArgs = class
inherit EventArgs
Public NotInheritable Class CompletionItemSelectedEventArgs
Inherits EventArgs
- Inheritance
-
CompletionItemSelectedEventArgs
- Attributes
Constructors
CompletionItemSelectedEventArgs(CompletionItem, Boolean) |
Constructs instance of CompletionItemSelectedEventArgs. |
Properties
SelectedItem |
Selected item. Might be null if there is no selection |
SuggestionItemSelected |
Whether selected item is a suggestion mode item |