# GrapeCity.Spreadsheet.Drawing.ShapeChangeType

## Content

<div class="doc-site-dotnet-api-container">




  <h1 id="GrapeCity_Spreadsheet_Drawing_ShapeChangeType" data-uid="GrapeCity.Spreadsheet.Drawing.ShapeChangeType" class="text-break">ShapeChangeType Enum
</h1>
  <div class="markdown level0 summary"><p>Represents the types of change for shape.</p>
</div>
  <div class="markdown level0 conceptual"></div>
  <h6><strong>Namespace</strong>: <a class="xref" href="GrapeCity.Spreadsheet.Drawing.html">GrapeCity.Spreadsheet.Drawing</a></h6>
  <h6><strong>Assembly</strong>: GrapeCity.Spreadsheet.dll</h6>
  <h5 id="GrapeCity_Spreadsheet_Drawing_ShapeChangeType_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public enum ShapeChangeType</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Enum ShapeChangeType</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="GrapeCity_Spreadsheet_Drawing_ShapeChangeType_Action">Action</td>
        <td><p>The shape is chosen which trigger <a class="xref" href="GrapeCity.Spreadsheet.Drawing.IShape.Action.html">Action</a> event.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_Drawing_ShapeChangeType_Change">Change</td>
        <td><p>The shape's data is changed.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_Drawing_ShapeChangeType_ControlAction">ControlAction</td>
        <td><p>The action is triggered by a form control.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_Drawing_ShapeChangeType_Create">Create</td>
        <td><p>The shape is created.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_Drawing_ShapeChangeType_Delete">Delete</td>
        <td><p>The shape is deleted.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_Drawing_ShapeChangeType_Edit">Edit</td>
        <td><p>The shape is editing.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_Drawing_ShapeChangeType_EditFormula">EditFormula</td>
        <td><p>The shape formula is editing.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_Drawing_ShapeChangeType_EditText">EditText</td>
        <td><p>The shape text is editing.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_Drawing_ShapeChangeType_Move">Move</td>
        <td><p>The shape is moved.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_Drawing_ShapeChangeType_MoveOrSize">MoveOrSize</td>
        <td><p>The shape boundary is changed.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_Drawing_ShapeChangeType_Name">Name</td>
        <td><p>The shape name is changed.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_Drawing_ShapeChangeType_Resize">Resize</td>
        <td><p>The shape is resized.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_Drawing_ShapeChangeType_Selection">Selection</td>
        <td><p>Shape selection is changed.</p>
</td>
      </tr>
    </tbody>
  </table>
</div>
