BatchedTagsChangedEventArgs Class

Definition

Provides a list of all mapping spans where tags have changed since the last BatchedTagsChanged event. The BatchedTagsChanged event is raised on the same thread as the thread that created the tag aggregator.

public ref class BatchedTagsChangedEventArgs : EventArgs
public class BatchedTagsChangedEventArgs : EventArgs
type BatchedTagsChangedEventArgs = class
    inherit EventArgs
Public Class BatchedTagsChangedEventArgs
Inherits EventArgs
Inheritance
BatchedTagsChangedEventArgs

Remarks

It includes a list of all mapping spans where tags have changed since the last batched tags changed event.

This event is raised on the same thread as the thread that created the tag aggregator.

Constructors

BatchedTagsChangedEventArgs(IList<IMappingSpan>)

Initializes a new instance of BatchedTagsChangedEventArgs with the specified list of IMappingSpans.

Properties

Spans

The list of IMappingSpans where the tags have changed.

Applies to