IAsyncCompletionSession.ItemCommitted Event

Definition

Raised on UI thread when completion item is committed

public:
 event EventHandler<Microsoft::VisualStudio::Language::Intellisense::AsyncCompletion::Data::CompletionItemEventArgs ^> ^ ItemCommitted;
event EventHandler<Microsoft.VisualStudio.Language.Intellisense.AsyncCompletion.Data.CompletionItemEventArgs> ItemCommitted;
member this.ItemCommitted : EventHandler<Microsoft.VisualStudio.Language.Intellisense.AsyncCompletion.Data.CompletionItemEventArgs> 
Event ItemCommitted As EventHandler(Of CompletionItemEventArgs) 

Event Type

Applies to