Click or drag to resize
TextDocumentContentChangeEvent Properties

The TextDocumentContentChangeEvent type exposes the following members.

Properties
  NameDescription
Public propertyRange
The Range to which this change applies.
Public propertyRangeLength
The total length of the range.
Public propertyText
The new text applied to the specified range.
Top
See Also