[]
Indicates an action performed on a document.
public enum TextChangedAction
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. |
Reset | The content of the collection changed dramatically. |
StyleChange | A style property changed in an element. |