# GrapeCity.Spreadsheet.Drawing.ShapeEventArgs

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="GrapeCity_Spreadsheet_Drawing_ShapeEventArgs" data-uid="GrapeCity.Spreadsheet.Drawing.ShapeEventArgs" class="text-break">ShapeEventArgs Class
</h1>
  <div class="markdown level0 summary"><p>Provides data for the UIManager.ShapeChanged events.</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"><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.eventargs">EventArgs</a></div>
    <div class="level2"><span class="xref">ShapeEventArgs</span></div>
  </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_ShapeEventArgs_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public sealed class ShapeEventArgs : EventArgs</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public NotInheritable Class ShapeEventArgs
    Inherits EventArgs</code></pre>
  </div>
  <h3 id="constructors">Constructors
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td id="GrapeCity_Spreadsheet_Drawing_ShapeEventArgs__ctor_GrapeCity_Spreadsheet_Drawing_IShape_GrapeCity_Spreadsheet_Drawing_ShapeChangeType_" data-uid="GrapeCity.Spreadsheet.Drawing.ShapeEventArgs.#ctor(GrapeCity.Spreadsheet.Drawing.IShape,GrapeCity.Spreadsheet.Drawing.ShapeChangeType)">
          <a class="xref" href="GrapeCity.Spreadsheet.Drawing.ShapeEventArgs.-ctor.html#GrapeCity_Spreadsheet_Drawing_ShapeEventArgs__ctor_GrapeCity_Spreadsheet_Drawing_IShape_GrapeCity_Spreadsheet_Drawing_ShapeChangeType_">ShapeEventArgs(IShape, ShapeChangeType)</a>
        </td>
        <td class="markdown level1 summary"><p>Initializes a new instance of the <a class="xref" href="GrapeCity.Spreadsheet.Drawing.ShapeEventArgs.html">ShapeEventArgs</a> class.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_Drawing_ShapeEventArgs__ctor_GrapeCity_Spreadsheet_Drawing_IShape___GrapeCity_Spreadsheet_Drawing_ShapeChangeType_" data-uid="GrapeCity.Spreadsheet.Drawing.ShapeEventArgs.#ctor(GrapeCity.Spreadsheet.Drawing.IShape[],GrapeCity.Spreadsheet.Drawing.ShapeChangeType)">
          <a class="xref" href="GrapeCity.Spreadsheet.Drawing.ShapeEventArgs.-ctor.html#GrapeCity_Spreadsheet_Drawing_ShapeEventArgs__ctor_GrapeCity_Spreadsheet_Drawing_IShape___GrapeCity_Spreadsheet_Drawing_ShapeChangeType_">ShapeEventArgs(IShape[], ShapeChangeType)</a>
        </td>
        <td class="markdown level1 summary"><p>Initializes a new instance of the <a class="xref" href="GrapeCity.Spreadsheet.Drawing.ShapeEventArgs.html">ShapeEventArgs</a> class.</p>
</td>
      </tr>
    </tbody>
  </table>
  <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="GrapeCity_Spreadsheet_Drawing_ShapeEventArgs_Continue" data-uid="GrapeCity.Spreadsheet.Drawing.ShapeEventArgs.Continue">
          <a class="xref" href="GrapeCity.Spreadsheet.Drawing.ShapeEventArgs.Continue.html#GrapeCity_Spreadsheet_Drawing_ShapeEventArgs_Continue">Continue</a>
        </td>
        <td class="markdown level1 summary"><p>Indicates whether to continue the default process.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_Drawing_ShapeEventArgs_Shape" data-uid="GrapeCity.Spreadsheet.Drawing.ShapeEventArgs.Shape">
          <a class="xref" href="GrapeCity.Spreadsheet.Drawing.ShapeEventArgs.Shape.html#GrapeCity_Spreadsheet_Drawing_ShapeEventArgs_Shape">Shape</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the shape to process.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_Drawing_ShapeEventArgs_Shapes" data-uid="GrapeCity.Spreadsheet.Drawing.ShapeEventArgs.Shapes">
          <a class="xref" href="GrapeCity.Spreadsheet.Drawing.ShapeEventArgs.Shapes.html#GrapeCity_Spreadsheet_Drawing_ShapeEventArgs_Shapes">Shapes</a>
        </td>
        <td class="markdown level1 summary"><p>Gets all shapes to process.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_Drawing_ShapeEventArgs_Type" data-uid="GrapeCity.Spreadsheet.Drawing.ShapeEventArgs.Type">
          <a class="xref" href="GrapeCity.Spreadsheet.Drawing.ShapeEventArgs.Type.html#GrapeCity_Spreadsheet_Drawing_ShapeEventArgs_Type">Type</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the reason that trigger the event.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
