# C1.WPF.Grid.GridControlAdapterNotifyChangeAction

## Content

<div class="doc-site-dotnet-api-container">




  <h1 id="C1_WPF_Grid_GridControlAdapterNotifyChangeAction" data-uid="C1.WPF.Grid.GridControlAdapterNotifyChangeAction" class="text-break">GridControlAdapterNotifyChangeAction Enum
</h1>
  <div class="markdown level0 summary"><p>Describes the action that caused a <a class="xref" href="C1.WPF.Grid.GridControlAdapterNotifyChange.html">GridControlAdapterNotifyChange</a> event.</p>
</div>
  <div class="markdown level0 conceptual"></div>
  <h6><strong>Namespace</strong>: <a class="xref" href="C1.WPF.Grid.html">C1.WPF.Grid</a></h6>
  <h6><strong>Assembly</strong>: C1.WPF.GridControl.dll</h6>
  <h5 id="C1_WPF_Grid_GridControlAdapterNotifyChangeAction_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public enum GridControlAdapterNotifyChangeAction</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Enum GridControlAdapterNotifyChangeAction</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_Grid_GridControlAdapterNotifyChangeAction_Add">Add</td>
        <td><p>An item was added to the collection.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Grid_GridControlAdapterNotifyChangeAction_Dimension">Dimension</td>
        <td><p>The dimension of one of the items changed.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Grid_GridControlAdapterNotifyChangeAction_Move">Move</td>
        <td><p>An item was moved within the collection.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Grid_GridControlAdapterNotifyChangeAction_Remove">Remove</td>
        <td><p>An item was removed from the collection.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Grid_GridControlAdapterNotifyChangeAction_Replace">Replace</td>
        <td><p>An item was replaced in the collection.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Grid_GridControlAdapterNotifyChangeAction_Reset">Reset</td>
        <td><p>The content of the collection was cleared.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Grid_GridControlAdapterNotifyChangeAction_Visibility">Visibility</td>
        <td><p>The visibility of one or more items changed.</p>
</td>
      </tr>
    </tbody>
  </table>
</div>
