# C1.WPF.RichTextBox.TextChangedAction

## Content

<div class="doc-site-dotnet-api-container">




  <h1 id="C1_WPF_RichTextBox_TextChangedAction" data-uid="C1.WPF.RichTextBox.TextChangedAction" class="text-break">TextChangedAction Enum
</h1>
  <div class="markdown level0 summary"><p>Indicates an action performed on a document.</p>
</div>
  <div class="markdown level0 conceptual"></div>
  <h6><strong>Namespace</strong>: <a class="xref" href="C1.WPF.RichTextBox.html">C1.WPF.RichTextBox</a></h6>
  <h6><strong>Assembly</strong>: C1.WPF.RichTextBox.dll</h6>
  <h5 id="C1_WPF_RichTextBox_TextChangedAction_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public enum TextChangedAction</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Enum TextChangedAction</code></pre>
  </div>
  <h3 id="fields">Fields
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    <thead>
    </thead></thead><tbody>
      <tr>
        <td id="C1_WPF_RichTextBox_TextChangedAction_Add">Add</td>
        <td><p>One or more symbols were added to the document.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_RichTextBox_TextChangedAction_Remove">Remove</td>
        <td><p>One or more symbols were removed from the document.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_RichTextBox_TextChangedAction_Replace">Replace</td>
        <td><p>One or more symbols were replaced in the document.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_RichTextBox_TextChangedAction_Reset">Reset</td>
        <td><p>The content of the collection changed dramatically.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_RichTextBox_TextChangedAction_StyleChange">StyleChange</td>
        <td><p>A style property changed in an element.</p>
</td>
      </tr>
    </tbody>
  </table>
</div>
