ITagAggregator<T>.BatchedTagsChanged Event
Visual Studio 2015
Occurs on idle after one or more TagsChanged events.
Assembly: Microsoft.VisualStudio.Text.Logic (in Microsoft.VisualStudio.Text.Logic.dll)
This is a batched version of the TagsChanged event. One or more TagsChanged events are accumulated and then raised as a single BatchedTagsChanged event on idle using the CurrentDispatcher that was active when the ITagAggregator<T> was created.
This event is less noisy than TagsChanged and is always raised on the thread that was active when the ITagAggregator<T> was created.
Show: