IAsyncCompletionSession.ItemsUpdated Event
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.
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)