# C1.WPF.Grid.GridControlAdapterNotifyChange

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_WPF_Grid_GridControlAdapterNotifyChange" data-uid="C1.WPF.Grid.GridControlAdapterNotifyChange" class="text-break">GridControlAdapterNotifyChange Class
</h1>
  <div class="markdown level0 summary"><p>Contains information about changes that occurred in the grid and are notified to the adapter.</p>
</div>
  <div class="markdown level0 conceptual"></div>
  <div class="inheritance">
    <h5>Inheritance</h5>
    <div class="level0"><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.object">object</a></div>
    <div class="level1"><span class="xref">GridControlAdapterNotifyChange</span></div>
  </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_GridControlAdapterNotifyChange_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public class GridControlAdapterNotifyChange</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Class GridControlAdapterNotifyChange</code></pre>
  </div>
  <h3 id="properties">Properties
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td id="C1_WPF_Grid_GridControlAdapterNotifyChange_Action" data-uid="C1.WPF.Grid.GridControlAdapterNotifyChange.Action">
          <a class="xref" href="C1.WPF.Grid.GridControlAdapterNotifyChange.Action.html#C1_WPF_Grid_GridControlAdapterNotifyChange_Action">Action</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the action that caused the event.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Grid_GridControlAdapterNotifyChange_IsAnimated" data-uid="C1.WPF.Grid.GridControlAdapterNotifyChange.IsAnimated">
          <a class="xref" href="C1.WPF.Grid.GridControlAdapterNotifyChange.IsAnimated.html#C1_WPF_Grid_GridControlAdapterNotifyChange_IsAnimated">IsAnimated</a>
        </td>
        <td class="markdown level1 summary"><p>Gets whether this change should be animated.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Grid_GridControlAdapterNotifyChange_IsVisible" data-uid="C1.WPF.Grid.GridControlAdapterNotifyChange.IsVisible">
          <a class="xref" href="C1.WPF.Grid.GridControlAdapterNotifyChange.IsVisible.html#C1_WPF_Grid_GridControlAdapterNotifyChange_IsVisible">IsVisible</a>
        </td>
        <td class="markdown level1 summary"><p>Gets a value indicating how the visibility change was toggled.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Grid_GridControlAdapterNotifyChange_NewItemsCount" data-uid="C1.WPF.Grid.GridControlAdapterNotifyChange.NewItemsCount">
          <a class="xref" href="C1.WPF.Grid.GridControlAdapterNotifyChange.NewItemsCount.html#C1_WPF_Grid_GridControlAdapterNotifyChange_NewItemsCount">NewItemsCount</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the number of new items.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Grid_GridControlAdapterNotifyChange_NewStartingIndex" data-uid="C1.WPF.Grid.GridControlAdapterNotifyChange.NewStartingIndex">
          <a class="xref" href="C1.WPF.Grid.GridControlAdapterNotifyChange.NewStartingIndex.html#C1_WPF_Grid_GridControlAdapterNotifyChange_NewStartingIndex">NewStartingIndex</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the index at which the change occurred.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Grid_GridControlAdapterNotifyChange_OldItemsCount" data-uid="C1.WPF.Grid.GridControlAdapterNotifyChange.OldItemsCount">
          <a class="xref" href="C1.WPF.Grid.GridControlAdapterNotifyChange.OldItemsCount.html#C1_WPF_Grid_GridControlAdapterNotifyChange_OldItemsCount">OldItemsCount</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the number of old items.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Grid_GridControlAdapterNotifyChange_OldStartingIndex" data-uid="C1.WPF.Grid.GridControlAdapterNotifyChange.OldStartingIndex">
          <a class="xref" href="C1.WPF.Grid.GridControlAdapterNotifyChange.OldStartingIndex.html#C1_WPF_Grid_GridControlAdapterNotifyChange_OldStartingIndex">OldStartingIndex</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the index at which a Move, Remove, or Replace action occurred.</p>
</td>
      </tr>
    </tbody>
  </table>
  <h3 id="methods">Methods
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td id="C1_WPF_Grid_GridControlAdapterNotifyChange_CreateAddChange_System_Int32_System_Int32_System_Boolean_" data-uid="C1.WPF.Grid.GridControlAdapterNotifyChange.CreateAddChange(System.Int32,System.Int32,System.Boolean)">
          <a class="xref" href="C1.WPF.Grid.GridControlAdapterNotifyChange.CreateAddChange.html#C1_WPF_Grid_GridControlAdapterNotifyChange_CreateAddChange_System_Int32_System_Int32_System_Boolean_">CreateAddChange(int, int, bool)</a>
        </td>
        <td class="markdown level1 summary"><p>Creates the add change.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Grid_GridControlAdapterNotifyChange_CreateDimensionChange_System_Int32_System_Int32_" data-uid="C1.WPF.Grid.GridControlAdapterNotifyChange.CreateDimensionChange(System.Int32,System.Int32)">
          <a class="xref" href="C1.WPF.Grid.GridControlAdapterNotifyChange.CreateDimensionChange.html#C1_WPF_Grid_GridControlAdapterNotifyChange_CreateDimensionChange_System_Int32_System_Int32_">CreateDimensionChange(int, int)</a>
        </td>
        <td class="markdown level1 summary"><p>Creates a change in the dimensions of a column or row.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Grid_GridControlAdapterNotifyChange_CreateMoveChange_System_Int32_System_Int32_System_Int32_System_Boolean_" data-uid="C1.WPF.Grid.GridControlAdapterNotifyChange.CreateMoveChange(System.Int32,System.Int32,System.Int32,System.Boolean)">
          <a class="xref" href="C1.WPF.Grid.GridControlAdapterNotifyChange.CreateMoveChange.html#C1_WPF_Grid_GridControlAdapterNotifyChange_CreateMoveChange_System_Int32_System_Int32_System_Int32_System_Boolean_">CreateMoveChange(int, int, int, bool)</a>
        </td>
        <td class="markdown level1 summary"><p>Creates the move change.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Grid_GridControlAdapterNotifyChange_CreateRemoveChange_System_Int32_System_Int32_System_Boolean_" data-uid="C1.WPF.Grid.GridControlAdapterNotifyChange.CreateRemoveChange(System.Int32,System.Int32,System.Boolean)">
          <a class="xref" href="C1.WPF.Grid.GridControlAdapterNotifyChange.CreateRemoveChange.html#C1_WPF_Grid_GridControlAdapterNotifyChange_CreateRemoveChange_System_Int32_System_Int32_System_Boolean_">CreateRemoveChange(int, int, bool)</a>
        </td>
        <td class="markdown level1 summary"><p>Creates the remove change.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Grid_GridControlAdapterNotifyChange_CreateReplaceChange_System_Int32_System_Int32_System_Int32_" data-uid="C1.WPF.Grid.GridControlAdapterNotifyChange.CreateReplaceChange(System.Int32,System.Int32,System.Int32)">
          <a class="xref" href="C1.WPF.Grid.GridControlAdapterNotifyChange.CreateReplaceChange.html#C1_WPF_Grid_GridControlAdapterNotifyChange_CreateReplaceChange_System_Int32_System_Int32_System_Int32_">CreateReplaceChange(int, int, int)</a>
        </td>
        <td class="markdown level1 summary"><p>Creates the replace change.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Grid_GridControlAdapterNotifyChange_CreateResetChange" data-uid="C1.WPF.Grid.GridControlAdapterNotifyChange.CreateResetChange">
          <a class="xref" href="C1.WPF.Grid.GridControlAdapterNotifyChange.CreateResetChange.html#C1_WPF_Grid_GridControlAdapterNotifyChange_CreateResetChange">CreateResetChange()</a>
        </td>
        <td class="markdown level1 summary"><p>Creates the reset change.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Grid_GridControlAdapterNotifyChange_CreateVisibilityChange_System_Int32_System_Int32_System_Boolean_System_Boolean_" data-uid="C1.WPF.Grid.GridControlAdapterNotifyChange.CreateVisibilityChange(System.Int32,System.Int32,System.Boolean,System.Boolean)">
          <a class="xref" href="C1.WPF.Grid.GridControlAdapterNotifyChange.CreateVisibilityChange.html#C1_WPF_Grid_GridControlAdapterNotifyChange_CreateVisibilityChange_System_Int32_System_Int32_System_Boolean_System_Boolean_">CreateVisibilityChange(int, int, bool, bool)</a>
        </td>
        <td class="markdown level1 summary"><p>Creates a visibility change.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
