# GrapeCity.ActiveReports.Design.LayoutChangedArgs

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="GrapeCity_ActiveReports_Design_LayoutChangedArgs" data-uid="GrapeCity.ActiveReports.Design.LayoutChangedArgs" class="text-break">LayoutChangedArgs Class
</h1>
  <div class="markdown level0 summary"><p>Provides data for the <a class="xref" href="GrapeCity.ActiveReports.Design.LayoutChangedEventHandler.html">LayoutChangedEventHandler</a> event, which occurs after a layout change has been made in the designer.</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">LayoutChangedArgs</span></div>
  </div>
  <h6><strong>Namespace</strong>: <a class="xref" href="GrapeCity.ActiveReports.Design.html">GrapeCity.ActiveReports.Design</a></h6>
  <h6><strong>Assembly</strong>: MESCIUS.ActiveReports.Design.Win.dll</h6>
  <h5 id="GrapeCity_ActiveReports_Design_LayoutChangedArgs_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public class LayoutChangedArgs : EventArgs</code></pre>
  </div>
  <h5 id="GrapeCity_ActiveReports_Design_LayoutChangedArgs_remarks"><strong>Remarks</strong></h5>
  <div class="markdown level0 remarks"><p>The <a class="xref" href="GrapeCity.ActiveReports.Design.LayoutChangedArgs.html">LayoutChangedArgs</a> class contains information about the type of layout change that occurred, allowing event handlers to respond appropriately.
This can include changes such as adding, removing, or modifying components within the designer's layout. The type of change is categorized
by the <a class="xref" href="GrapeCity.ActiveReports.Design.LayoutChangeType.html">LayoutChangeType</a> enumeration.</p>
</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_ActiveReports_Design_LayoutChangedArgs__ctor_GrapeCity_ActiveReports_Design_LayoutChangeType_" data-uid="GrapeCity.ActiveReports.Design.LayoutChangedArgs.#ctor(GrapeCity.ActiveReports.Design.LayoutChangeType)">
          <a class="xref" href="GrapeCity.ActiveReports.Design.LayoutChangedArgs.-ctor.html#GrapeCity_ActiveReports_Design_LayoutChangedArgs__ctor_GrapeCity_ActiveReports_Design_LayoutChangeType_">LayoutChangedArgs(LayoutChangeType)</a>
        </td>
        <td class="markdown level1 summary"><p>Initializes a new instance of the <a class="xref" href="GrapeCity.ActiveReports.Design.LayoutChangedArgs.html">LayoutChangedArgs</a> class with the specified layout change type.</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_ActiveReports_Design_LayoutChangedArgs_Type" data-uid="GrapeCity.ActiveReports.Design.LayoutChangedArgs.Type">
          <a class="xref" href="GrapeCity.ActiveReports.Design.LayoutChangedArgs.Type.html#GrapeCity_ActiveReports_Design_LayoutChangedArgs_Type">Type</a>
        </td>
        <td class="markdown level1 summary"><p>Gets a value representing the type of layout change that occurred.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
