# C1.Win.FlexGrid.GridChangedTypeEnum

## Content

<div class="doc-site-dotnet-api-container">




  <h1 id="C1_Win_FlexGrid_GridChangedTypeEnum" data-uid="C1.Win.FlexGrid.GridChangedTypeEnum" class="text-break">GridChangedTypeEnum Enum
</h1>
  <div class="markdown level0 summary"><p>Specifies the type of change that occurred when the controls fires the
<a class="xref" href="C1.Win.FlexGrid.C1FlexGridBase.GridChanged.html">GridChanged</a> event.</p>
</div>
  <div class="markdown level0 conceptual"></div>
  <h6><strong>Namespace</strong>: <a class="xref" href="C1.Win.FlexGrid.html">C1.Win.FlexGrid</a></h6>
  <h6><strong>Assembly</strong>: C1.Win.FlexGrid.10.dll</h6>
  <h5 id="C1_Win_FlexGrid_GridChangedTypeEnum_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public enum GridChangedTypeEnum</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Enum GridChangedTypeEnum</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_Win_FlexGrid_GridChangedTypeEnum_AfterCollapse">AfterCollapse</td>
        <td><p>A tree node has just been collapsed or expanded.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_FlexGrid_GridChangedTypeEnum_AfterSelChange">AfterSelChange</td>
        <td><p>The selection has just changed.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_FlexGrid_GridChangedTypeEnum_BeforeCollapse">BeforeCollapse</td>
        <td><p>A tree node is about to be collapsed or expanded.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_FlexGrid_GridChangedTypeEnum_BeforeSelChange">BeforeSelChange</td>
        <td><p>The selection is about to change.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_FlexGrid_GridChangedTypeEnum_CellChanged">CellChanged</td>
        <td><p>The value in a cell has changed.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_FlexGrid_GridChangedTypeEnum_ColAdded">ColAdded</td>
        <td><p>A column has been added to the grid.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_FlexGrid_GridChangedTypeEnum_ColMoved">ColMoved</td>
        <td><p>A column has been moved into a new position.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_FlexGrid_GridChangedTypeEnum_ColRemoved">ColRemoved</td>
        <td><p>A column has been removed from the grid.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_FlexGrid_GridChangedTypeEnum_ColSelected">ColSelected</td>
        <td><p>A column has been selected or de-selected.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_FlexGrid_GridChangedTypeEnum_EnsureVisible">EnsureVisible</td>
        <td><p>A tree node will be scrolled into view.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_FlexGrid_GridChangedTypeEnum_ExpressionChanged">ExpressionChanged</td>
        <td><p>The column expression has changed.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_FlexGrid_GridChangedTypeEnum_ExpressionsAllowed">ExpressionsAllowed</td>
        <td><p>Expressions are allowed</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_FlexGrid_GridChangedTypeEnum_GridChanged">GridChanged</td>
        <td><p>The number of grid rows or columns has changed.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_FlexGrid_GridChangedTypeEnum_GroupExpressionChanged">GroupExpressionChanged</td>
        <td><p>The column group expression has changed.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_FlexGrid_GridChangedTypeEnum_LayoutChanged">LayoutChanged</td>
        <td><p>The number of fixed grid rows or columns has changed.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_FlexGrid_GridChangedTypeEnum_None">None</td>
        <td><p>No action.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_FlexGrid_GridChangedTypeEnum_RepaintGrid">RepaintGrid</td>
        <td><p>The grid has been invalidated and will be repainted.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_FlexGrid_GridChangedTypeEnum_RepaintRange">RepaintRange</td>
        <td><p>A range has been invalidated and will be repainted.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_FlexGrid_GridChangedTypeEnum_RowAdded">RowAdded</td>
        <td><p>A row has been added to the grid.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_FlexGrid_GridChangedTypeEnum_RowMoved">RowMoved</td>
        <td><p>A row has been moved into a new position.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_FlexGrid_GridChangedTypeEnum_RowRemoved">RowRemoved</td>
        <td><p>A row has been removed from the grid.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_FlexGrid_GridChangedTypeEnum_RowSelected">RowSelected</td>
        <td><p>A row has been selected or de-selected.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_FlexGrid_GridChangedTypeEnum_Select">Select</td>
        <td><p>A tree node will be selected.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_FlexGrid_GridChangedTypeEnum_StyleApplied">StyleApplied</td>
        <td><p>A style has been applied to a range.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_FlexGrid_GridChangedTypeEnum_StyleChanged">StyleChanged</td>
        <td><p>A style definition has changed.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_FlexGrid_GridChangedTypeEnum_Update">Update</td>
        <td><p>The grid will be repainted.</p>
</td>
      </tr>
    </tbody>
  </table>
</div>
