'Declaration
Public Enum TextChangedAction Inherits System.Enum
public enum TextChangedAction : System.Enum
'Declaration
Public Enum TextChangedAction Inherits System.Enum
public enum TextChangedAction : System.Enum
Member | 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. |
System.Object
System.ValueType
System.Enum
C1.WPF.RichTextBox.TextChangedAction