# GrapeCity.ActiveReports.Design.LayoutChangingArgs

## Content

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



  <h1 id="GrapeCity_ActiveReports_Design_LayoutChangingArgs" data-uid="GrapeCity.ActiveReports.Design.LayoutChangingArgs" class="text-break">LayoutChangingArgs Class
</h1>
  <div class="markdown level0 summary"><p>Holds the changing information for 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">LayoutChangingArgs</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_LayoutChangingArgs_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public class LayoutChangingArgs : 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_ActiveReports_Design_LayoutChangingArgs__ctor_GrapeCity_ActiveReports_Design_LayoutChangeType_GrapeCity_ActiveReports_Design_SelectionType_System_String_System_Object_System_Object_System_String_System_String_" data-uid="GrapeCity.ActiveReports.Design.LayoutChangingArgs.#ctor(GrapeCity.ActiveReports.Design.LayoutChangeType,GrapeCity.ActiveReports.Design.SelectionType,System.String,System.Object,System.Object,System.String,System.String)">
          <a class="xref" href="GrapeCity.ActiveReports.Design.LayoutChangingArgs.-ctor.html#GrapeCity_ActiveReports_Design_LayoutChangingArgs__ctor_GrapeCity_ActiveReports_Design_LayoutChangeType_GrapeCity_ActiveReports_Design_SelectionType_System_String_System_Object_System_Object_System_String_System_String_">LayoutChangingArgs(LayoutChangeType, SelectionType, string, object, object, string, string)</a>
        </td>
        <td class="markdown level1 summary"><p>Initializes a new instance of the <a class="xref" href="GrapeCity.ActiveReports.Design.LayoutChangingArgs.html">LayoutChangingArgs</a> class with specified details about the layout change.</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_LayoutChangingArgs_AllowChange" data-uid="GrapeCity.ActiveReports.Design.LayoutChangingArgs.AllowChange">
          <a class="xref" href="GrapeCity.ActiveReports.Design.LayoutChangingArgs.AllowChange.html#GrapeCity_ActiveReports_Design_LayoutChangingArgs_AllowChange">AllowChange</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a value indicating whether the layout change is allowed to proceed.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Design_LayoutChangingArgs_Name" data-uid="GrapeCity.ActiveReports.Design.LayoutChangingArgs.Name">
          <a class="xref" href="GrapeCity.ActiveReports.Design.LayoutChangingArgs.Name.html#GrapeCity_ActiveReports_Design_LayoutChangingArgs_Name">Name</a>
        </td>
        <td class="markdown level1 summary"><p>Gets a value representing the name associated with the layout change.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Design_LayoutChangingArgs_NewSectionName" data-uid="GrapeCity.ActiveReports.Design.LayoutChangingArgs.NewSectionName">
          <a class="xref" href="GrapeCity.ActiveReports.Design.LayoutChangingArgs.NewSectionName.html#GrapeCity_ActiveReports_Design_LayoutChangingArgs_NewSectionName">NewSectionName</a>
        </td>
        <td class="markdown level1 summary"><p>Gets a value representing the new name of the section following the layout change.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Design_LayoutChangingArgs_NewValue" data-uid="GrapeCity.ActiveReports.Design.LayoutChangingArgs.NewValue">
          <a class="xref" href="GrapeCity.ActiveReports.Design.LayoutChangingArgs.NewValue.html#GrapeCity_ActiveReports_Design_LayoutChangingArgs_NewValue">NewValue</a>
        </td>
        <td class="markdown level1 summary"><p>Gets a value representing the new value associated with the layout change.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Design_LayoutChangingArgs_OldSectionName" data-uid="GrapeCity.ActiveReports.Design.LayoutChangingArgs.OldSectionName">
          <a class="xref" href="GrapeCity.ActiveReports.Design.LayoutChangingArgs.OldSectionName.html#GrapeCity_ActiveReports_Design_LayoutChangingArgs_OldSectionName">OldSectionName</a>
        </td>
        <td class="markdown level1 summary"><p>Gets a value representing the original name of the section before it was renamed.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Design_LayoutChangingArgs_OldValue" data-uid="GrapeCity.ActiveReports.Design.LayoutChangingArgs.OldValue">
          <a class="xref" href="GrapeCity.ActiveReports.Design.LayoutChangingArgs.OldValue.html#GrapeCity_ActiveReports_Design_LayoutChangingArgs_OldValue">OldValue</a>
        </td>
        <td class="markdown level1 summary"><p>Gets a value representing the old value prior to the layout change.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Design_LayoutChangingArgs_Type" data-uid="GrapeCity.ActiveReports.Design.LayoutChangingArgs.Type">
          <a class="xref" href="GrapeCity.ActiveReports.Design.LayoutChangingArgs.Type.html#GrapeCity_ActiveReports_Design_LayoutChangingArgs_Type">Type</a>
        </td>
        <td class="markdown level1 summary"><p>Gets a value representing the type of the layout change that has occurred.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
