[]
        
(Showing Draft Content)

C1.WPF.RichTextBox.TextChangedAction

TextChangedAction Enum

Indicates an action performed on a document.

Namespace: C1.WPF.RichTextBox
Assembly: C1.WPF.RichTextBox.dll
Syntax
public enum TextChangedAction

Fields

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.