Share via


IAsyncCompletionSession.ItemsUpdated Event

Definition

Provides elements that are visible in the UI Raised on worker thread when filtering and sorting of items has finished. There may be more updates happening immediately after this update.

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

Event Type

Applies to