RichTextBox for WPF | ComponentOne
C1.WPF.RichTextBox Namespace / C1TextChangedEventArgs Class / Range Property

In This Topic
    Range Property (C1TextChangedEventArgs)
    In This Topic
    Returns the range of text changed.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property Range As C1TextRange
    public C1TextRange Range {get;}
    See Also