In This Article

TagsChangedEventArgs Class

Event arguments for when an ITagger<T> alters tags on text.

public class TagsChangedEventArgs : TextSnapshotRangeEventArgs
Inheritance:
object EventArgs TextSnapshotRangeEventArgs object

Constructors

TagsChangedEventArgs(TextSnapshotRange)

Initializes a new instance of the TagsChangedEventArgs class.

public TagsChangedEventArgs(TextSnapshotRange snapshotRange)
Parameter Type Description
snapshotRange TextSnapshotRange

The TextSnapshotRange of the change.

Inherited Members