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)

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.

public TextSnapshotRange SnapshotRange { get; }

Property Value

TextSnapshotRange

Inherited Members

Extension Methods