Indicates an action performed on a document.
Namespace:
C1.Silverlight.RichTextBoxAssembly: C1.Silverlight.RichTextBox (in C1.Silverlight.RichTextBox.dll)
Syntax
| C# |
|---|
public enum TextChangedAction |
| Visual Basic |
|---|
Public Enumeration TextChangedAction |
Members
| Member name | Description | |
|---|---|---|
| Add | One or more symbols were added to the document. | |
| Remove | One or more symbols were removed from the document. | |
| Replace | One or more symbols were replaced in the document. | |
| StyleChange | A style property changed in an element. | |
| Reset | The content of the collection changed dramatically. |