Share via


CompletionClosedEventArgs Class

Definition

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

Applies to