# GrapeCity.ActiveReports.Design.LayoutChangingArgs.NewValue

## Content

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



<h1 id="GrapeCity_ActiveReports_Design_LayoutChangingArgs_NewValue_" data-uid="GrapeCity.ActiveReports.Design.LayoutChangingArgs.NewValue*">NewValue Property
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>



<a id="GrapeCity_ActiveReports_Design_LayoutChangingArgs_NewValue_" data-uid="GrapeCity.ActiveReports.Design.LayoutChangingArgs.NewValue*"></a>
<h4 id="GrapeCity_ActiveReports_Design_LayoutChangingArgs_NewValue" data-uid="GrapeCity.ActiveReports.Design.LayoutChangingArgs.NewValue">NewValue</h4>
<div class="markdown level1 summary"><p>Gets a value representing the new value associated with the layout change.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">public object NewValue { get; }</code></pre>
</div>
<h5 class="propertyValue">Property Value</h5>
<table class="table table-bordered table-condensed">
  <thead>
    <tr>
      <th>Type</th>
      <th>Description</th>
    </tr>
  </thead>
  <tbody>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.object">object</a></td>
      <td><p>An <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.object">object</a> representing the new value applied as part of the layout change. This could be a new property value, a newly added element,
or any other change-specific value.</p>
</td>
    </tr>
  </tbody>
</table>
<h5 id="GrapeCity_ActiveReports_Design_LayoutChangingArgs_NewValue_remarks">Remarks</h5>
<div class="markdown level1 remarks"><p>The <a class="xref" href="GrapeCity.ActiveReports.Design.LayoutChangingArgs.NewValue.html#GrapeCity_ActiveReports_Design_LayoutChangingArgs_NewValue">NewValue</a> property provides insight into the specifics of the change, offering context for what has been modified, added, or removed
in the layout. The type and significance of the value depend on the nature of the layout change.</p>
</div>
</div>
