RichTextBox for WPF | ComponentOne
C1.WPF.RichTextBox Namespace / TextChangedAction Enumeration

In This Topic
    TextChangedAction Enumeration
    In This Topic
    Indicates an action performed on a document.
    Syntax
    'Declaration
     
    
    Public Enum TextChangedAction 
       Inherits System.Enum
    public enum TextChangedAction : System.Enum 
    Members
    MemberDescription
    AddOne or more symbols were added to the document.
    RemoveOne or more symbols were removed from the document.
    ReplaceOne or more symbols were replaced in the document.
    ResetThe content of the collection changed dramatically.
    StyleChangeA style property changed in an element.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             C1.WPF.RichTextBox.TextChangedAction

    See Also