T3000 CrossPlatform Documentation
TextChangedEventArgsChangedRange Property |
[This is preliminary documentation and is subject to change.]
This range contains changed area of text
Namespace: FastColoredTextBoxNS
Assembly: FastColoredTextBox (in FastColoredTextBox.dll) Version: 2.16.23.0 (2.16.23.0)
Syntax
public Range ChangedRange { get; set; }
Public Property ChangedRange As Range Get Set Dim instance As TextChangedEventArgs Dim value As Range value = instance.ChangedRange instance.ChangedRange = value
Property Value
Type: RangeSee Also