TagsChangedEventArgs Class

Definition

Provides information about the ITagAggregator<T>.TagsChanged event.

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

Constructors

TagsChangedEventArgs(IMappingSpan)

Initializes a new instance of TagsChangedEventArgs with the specified IMappingSpan.

Properties

Span

Gets the span over which tags have changed.

Applies to