In This Article

TextSnapshotRangeEventArgs Class

Event arguments used when a change notification is needed for a TextSnapshotRange.

public class TextSnapshotRangeEventArgs : EventArgs
Inheritance:
object EventArgs object
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.

Inherited Members