ComponentOne RichTextBox for WPF and Silverlight
TextChangedAction Enumeration

C1.WPF.RichTextBox Namespace : TextChangedAction Enumeration
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

Reference

C1.WPF.RichTextBox Namespace