RichTextBox for UWP | ComponentOne
C1.Xaml.RichTextBox.Documents Namespace / C1TextChangedEventArgs Class / Source Property

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