CompletionTriggeredEventArgs 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 about new IAsyncCompletionSession being triggered
public ref class CompletionTriggeredEventArgs sealed : EventArgs
public sealed class CompletionTriggeredEventArgs : EventArgs
type CompletionTriggeredEventArgs = class
inherit EventArgs
Public NotInheritable Class CompletionTriggeredEventArgs
Inherits EventArgs
- Inheritance
-
CompletionTriggeredEventArgs
Constructors
CompletionTriggeredEventArgs(IAsyncCompletionSession, ITextView) |
Constructs instance of CompletionTriggeredEventArgs. |
Properties
CompletionSession |
Newly created IAsyncCompletionSession. |
TextView |
ITextView where completion was triggered. |