CompletionClosedEventArgs 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 when the UI closes
public ref class CompletionClosedEventArgs sealed : EventArgs
public sealed class CompletionClosedEventArgs : EventArgs
type CompletionClosedEventArgs = class
inherit EventArgs
Public NotInheritable Class CompletionClosedEventArgs
Inherits EventArgs
- Inheritance
-
CompletionClosedEventArgs
Constructors
CompletionClosedEventArgs(ITextView) |
Constructs instance of CompletionClosedEventArgs. |
Properties
TextView |
ITextView that hosted completion UI |