# C1.WPF.Grid.GridCellFactoryNotifyChange

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_WPF_Grid_GridCellFactoryNotifyChange" data-uid="C1.WPF.Grid.GridCellFactoryNotifyChange" class="text-break">GridCellFactoryNotifyChange Class
</h1>
  <div class="markdown level0 summary"><p>Contains information about changes that occurred in the grid and are notified to the cell factory.</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">GridCellFactoryNotifyChange</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.Grid.dll</h6>
  <h5 id="C1_WPF_Grid_GridCellFactoryNotifyChange_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public class GridCellFactoryNotifyChange</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Class GridCellFactoryNotifyChange</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_GridCellFactoryNotifyChange_Action" data-uid="C1.WPF.Grid.GridCellFactoryNotifyChange.Action">
          <a class="xref" href="C1.WPF.Grid.GridCellFactoryNotifyChange.Action.html#C1_WPF_Grid_GridCellFactoryNotifyChange_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_GridCellFactoryNotifyChange_IsAnimated" data-uid="C1.WPF.Grid.GridCellFactoryNotifyChange.IsAnimated">
          <a class="xref" href="C1.WPF.Grid.GridCellFactoryNotifyChange.IsAnimated.html#C1_WPF_Grid_GridCellFactoryNotifyChange_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_GridCellFactoryNotifyChange_IsVisible" data-uid="C1.WPF.Grid.GridCellFactoryNotifyChange.IsVisible">
          <a class="xref" href="C1.WPF.Grid.GridCellFactoryNotifyChange.IsVisible.html#C1_WPF_Grid_GridCellFactoryNotifyChange_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_GridCellFactoryNotifyChange_NewItemsCount" data-uid="C1.WPF.Grid.GridCellFactoryNotifyChange.NewItemsCount">
          <a class="xref" href="C1.WPF.Grid.GridCellFactoryNotifyChange.NewItemsCount.html#C1_WPF_Grid_GridCellFactoryNotifyChange_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_GridCellFactoryNotifyChange_NewStartingIndex" data-uid="C1.WPF.Grid.GridCellFactoryNotifyChange.NewStartingIndex">
          <a class="xref" href="C1.WPF.Grid.GridCellFactoryNotifyChange.NewStartingIndex.html#C1_WPF_Grid_GridCellFactoryNotifyChange_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_GridCellFactoryNotifyChange_OldItemsCount" data-uid="C1.WPF.Grid.GridCellFactoryNotifyChange.OldItemsCount">
          <a class="xref" href="C1.WPF.Grid.GridCellFactoryNotifyChange.OldItemsCount.html#C1_WPF_Grid_GridCellFactoryNotifyChange_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_GridCellFactoryNotifyChange_OldStartingIndex" data-uid="C1.WPF.Grid.GridCellFactoryNotifyChange.OldStartingIndex">
          <a class="xref" href="C1.WPF.Grid.GridCellFactoryNotifyChange.OldStartingIndex.html#C1_WPF_Grid_GridCellFactoryNotifyChange_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>
      <tr>
        <td id="C1_WPF_Grid_GridCellFactoryNotifyChange_Type" data-uid="C1.WPF.Grid.GridCellFactoryNotifyChange.Type">
          <a class="xref" href="C1.WPF.Grid.GridCellFactoryNotifyChange.Type.html#C1_WPF_Grid_GridCellFactoryNotifyChange_Type">Type</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the type of column or row.</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_GridCellFactoryNotifyChange_CreateAddChange_C1_WPF_Grid_GridRowColType_System_Int32_System_Int32_System_Boolean_" data-uid="C1.WPF.Grid.GridCellFactoryNotifyChange.CreateAddChange(C1.WPF.Grid.GridRowColType,System.Int32,System.Int32,System.Boolean)">
          <a class="xref" href="C1.WPF.Grid.GridCellFactoryNotifyChange.CreateAddChange.html#C1_WPF_Grid_GridCellFactoryNotifyChange_CreateAddChange_C1_WPF_Grid_GridRowColType_System_Int32_System_Int32_System_Boolean_">CreateAddChange(GridRowColType, int, int, bool)</a>
        </td>
        <td class="markdown level1 summary"><p>Creates the add change.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Grid_GridCellFactoryNotifyChange_CreateDimensionChange_C1_WPF_Grid_GridRowColType_System_Int32_" data-uid="C1.WPF.Grid.GridCellFactoryNotifyChange.CreateDimensionChange(C1.WPF.Grid.GridRowColType,System.Int32)">
          <a class="xref" href="C1.WPF.Grid.GridCellFactoryNotifyChange.CreateDimensionChange.html#C1_WPF_Grid_GridCellFactoryNotifyChange_CreateDimensionChange_C1_WPF_Grid_GridRowColType_System_Int32_">CreateDimensionChange(GridRowColType, int)</a>
        </td>
        <td class="markdown level1 summary"><p>Creates a dimension change.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Grid_GridCellFactoryNotifyChange_CreateMoveChange_C1_WPF_Grid_GridRowColType_System_Int32_System_Int32_System_Int32_System_Boolean_" data-uid="C1.WPF.Grid.GridCellFactoryNotifyChange.CreateMoveChange(C1.WPF.Grid.GridRowColType,System.Int32,System.Int32,System.Int32,System.Boolean)">
          <a class="xref" href="C1.WPF.Grid.GridCellFactoryNotifyChange.CreateMoveChange.html#C1_WPF_Grid_GridCellFactoryNotifyChange_CreateMoveChange_C1_WPF_Grid_GridRowColType_System_Int32_System_Int32_System_Int32_System_Boolean_">CreateMoveChange(GridRowColType, 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_GridCellFactoryNotifyChange_CreateRemoveChange_C1_WPF_Grid_GridRowColType_System_Int32_System_Int32_System_Boolean_" data-uid="C1.WPF.Grid.GridCellFactoryNotifyChange.CreateRemoveChange(C1.WPF.Grid.GridRowColType,System.Int32,System.Int32,System.Boolean)">
          <a class="xref" href="C1.WPF.Grid.GridCellFactoryNotifyChange.CreateRemoveChange.html#C1_WPF_Grid_GridCellFactoryNotifyChange_CreateRemoveChange_C1_WPF_Grid_GridRowColType_System_Int32_System_Int32_System_Boolean_">CreateRemoveChange(GridRowColType, int, int, bool)</a>
        </td>
        <td class="markdown level1 summary"><p>Creates the remove change.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Grid_GridCellFactoryNotifyChange_CreateReplaceChange_C1_WPF_Grid_GridRowColType_System_Int32_System_Int32_System_Int32_" data-uid="C1.WPF.Grid.GridCellFactoryNotifyChange.CreateReplaceChange(C1.WPF.Grid.GridRowColType,System.Int32,System.Int32,System.Int32)">
          <a class="xref" href="C1.WPF.Grid.GridCellFactoryNotifyChange.CreateReplaceChange.html#C1_WPF_Grid_GridCellFactoryNotifyChange_CreateReplaceChange_C1_WPF_Grid_GridRowColType_System_Int32_System_Int32_System_Int32_">CreateReplaceChange(GridRowColType, int, int, int)</a>
        </td>
        <td class="markdown level1 summary"><p>Creates the replace change.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Grid_GridCellFactoryNotifyChange_CreateResetChange_C1_WPF_Grid_GridRowColType_" data-uid="C1.WPF.Grid.GridCellFactoryNotifyChange.CreateResetChange(C1.WPF.Grid.GridRowColType)">
          <a class="xref" href="C1.WPF.Grid.GridCellFactoryNotifyChange.CreateResetChange.html#C1_WPF_Grid_GridCellFactoryNotifyChange_CreateResetChange_C1_WPF_Grid_GridRowColType_">CreateResetChange(GridRowColType)</a>
        </td>
        <td class="markdown level1 summary"><p>Creates the reset change.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Grid_GridCellFactoryNotifyChange_CreateVisibilityChange_C1_WPF_Grid_GridRowColType_System_Int32_System_Int32_System_Boolean_System_Boolean_" data-uid="C1.WPF.Grid.GridCellFactoryNotifyChange.CreateVisibilityChange(C1.WPF.Grid.GridRowColType,System.Int32,System.Int32,System.Boolean,System.Boolean)">
          <a class="xref" href="C1.WPF.Grid.GridCellFactoryNotifyChange.CreateVisibilityChange.html#C1_WPF_Grid_GridCellFactoryNotifyChange_CreateVisibilityChange_C1_WPF_Grid_GridRowColType_System_Int32_System_Int32_System_Boolean_System_Boolean_">CreateVisibilityChange(GridRowColType, int, int, bool, bool)</a>
        </td>
        <td class="markdown level1 summary"><p>Creates a visibility change.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
