Called when the TextChanging event needs to be fired.

Namespace:  C1.Phone.RichTextBox.Documents
Assembly:  C1.Phone.RichTextBox (in C1.Phone.RichTextBox.dll)

Syntax

C#
protected virtual void OnTextChanging(
	C1TextChangedEventArgs args
)
Visual Basic
Protected Overridable Sub OnTextChanging ( _
	args As C1TextChangedEventArgs _
)

Parameters

args
Type: C1.Phone.RichTextBox..::..C1TextChangedEventArgs
The arguments for the TextChanging event.

See Also