TextSnapshotRangeEventArgs Class
Event arguments used when a change notification is needed for a TextSnapshotRange.
public class TextSnapshotRangeEventArgs : EventArgs
- Derived:
- TagsChangedEventArgs
Constructors
TextSnapshotRangeEventArgs(TextSnapshotRange)
Initializes a new instance of the TextSnapshotRangeEventArgs
class.
public TextSnapshotRangeEventArgs(TextSnapshotRange snapshotRange)
Parameter | Type | Description |
---|---|---|
snapshotRange | TextSnapshotRange | The TextSnapshotRange of the change. |
Properties
SnapshotRange
Gets the TextSnapshotRange of the change.
public TextSnapshotRange SnapshotRange { get; }
Property Value
- TextSnapshotRange:
The TextSnapshotRange of the change.