Fires before 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> TextChanging
Visual Basic
Public Event TextChanging As EventHandler(Of C1TextChangedEventArgs)
XAML Attribute Usage
<object TextChanging="EventHandler<C1TextChangedEventArgs>" .../>

See Also