Fires after a text change occurs in the sub tree where this element is root.

Namespace:  C1.Phone.RichTextBox.Documents
Assembly:  C1.Phone.RichTextBox (in C1.Phone.RichTextBox.dll)
XMLNS for XAML: Not mapped to an xmlns.

Syntax

C#
public event EventHandler<C1TextChangedEventArgs> TextChanged
Visual Basic
Public Event TextChanged As EventHandler(Of C1TextChangedEventArgs)
XAML Attribute Usage
<object TextChanged="EventHandler<C1TextChangedEventArgs>" .../>

See Also