Returns the action performed on the text.

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

Syntax

C#
public TextChangedAction Action { get; private set; }
Visual Basic
Public Property Action As TextChangedAction
	Get
	Private Set

See Also