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. |