Returns the action performed on the text.

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

Syntax

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

See Also