TextSnapshotRangeEventArgs Class
Event arguments used when a change notification is needed for a TextSnapshotRange.
public class TextSnapshotRangeEventArgs : EventArgs
- Derived:
- TagsChangedEventArgs
Constructors
TextSnapshotRangeEventArgs(TextSnapshotRange)
Event arguments used when a change notification is needed for a TextSnapshotRange.
public TextSnapshotRangeEventArgs(TextSnapshotRange snapshotRange)
| Parameter | Type | Description |
|---|---|---|
| snapshotRange | TextSnapshotRange | The TextSnapshotRange of the change. |
Properties
SnapshotRange
The TextSnapshotRange of the change.
Inherited Members
- EventArgs.Empty
- object.GetType()
- object.MemberwiseClone()
- object.ToString()
- object.Equals(object)
- object.Equals(object, object)
- object.ReferenceEquals(object, object)
- object.GetHashCode()