Indicates an action performed on a document.
Namespace:
C1.Phone.RichTextBoxAssembly: C1.Phone.RichTextBox (in C1.Phone.RichTextBox.dll)
Syntax
C# |
---|
public enum TextChangedAction |
Visual Basic |
---|
Public Enumeration TextChangedAction |
XAML Attribute Usage |
---|
<object property="enumerationMemberName" .../> |
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. |