In This Article

TextSnapshotRangeEventArgs Class

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

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

  • System.EventArgs.Empty
  • System.Object.ToString()
  • System.Object.Equals(System.Object)
  • System.Object.Equals(System.Object, System.Object)
  • System.Object.ReferenceEquals(System.Object, System.Object)
  • System.Object.GetHashCode()
  • System.Object.GetType()
  • System.Object.MemberwiseClone()