C1.Silverlight.RichTextBox.5 Assembly > C1.Silverlight.RichTextBox Namespace : TextChangedAction Enumeration |
'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.Silverlight.RichTextBox.TextChangedAction