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

In This Topic
    Source Property (C1TextChangedEventArgs)
    In This Topic
    Returns the C1.WPF.RichTextBox.Documents.C1TextElement where the change occurred.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property Source As C1TextElement
    public C1TextElement Source {get;}
    See Also