ITagAggregator<T>.BatchedTagsChanged
ITagAggregator<T>.BatchedTagsChanged
ITagAggregator<T>.BatchedTagsChanged
ITagAggregator<T>.BatchedTagsChanged
Event
Definition
Occurs on idle after one or more TagsChanged events.
public:
event EventHandler<Microsoft::VisualStudio::Text::Tagging::BatchedTagsChangedEventArgs ^> ^ BatchedTagsChanged;
event EventHandler<Microsoft.VisualStudio.Text.Tagging.BatchedTagsChangedEventArgs> BatchedTagsChanged;
member this.BatchedTagsChanged : EventHandler<Microsoft.VisualStudio.Text.Tagging.BatchedTagsChangedEventArgs>
Event BatchedTagsChanged As EventHandler(Of BatchedTagsChangedEventArgs)
Remarks
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 was created.
This event is less noisy than TagsChanged and is always raised on the thread that was active when the ITagAggregator was created.