# GrapeCity.ActiveReports.Document.Section.Margins.Changed

## Content

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




<h1 id="GrapeCity_ActiveReports_Document_Section_Margins_Changed" data-uid="GrapeCity.ActiveReports.Document.Section.Margins.Changed" class="text-break">Changed Event
</h1>
<div class="markdown level0 summary"><p>Event that occurs when an element is changed.</p>
</div>
<div class="markdown level0 conceptual"></div>
<h6><strong>Namespace</strong>: <a class="xref" href="GrapeCity.ActiveReports.Document.Section.html">GrapeCity.ActiveReports.Document.Section</a></h6>
<h6><strong>Assembly</strong>: MESCIUS.ActiveReports.Core.Document.dll</h6>
<h5 id="GrapeCity_ActiveReports_Document_Section_Margins_Changed_syntax">Syntax</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">public event EventHandler Changed</code></pre>
</div>
<h5 class="returns">Returns</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.eventhandler">EventHandler</a></td>
      <td>Event that occurs when an element is changed.</td>
    </tr>
  </tbody>
</table>
<h5 id="GrapeCity_ActiveReports_Document_Section_Margins_Changed_remarks"><strong>Remarks</strong></h5>
<div class="markdown level0 remarks"><p>Event occurs when the <a class="xref" href="GrapeCity.ActiveReports.Document.Section.Margins.Left.html#GrapeCity_ActiveReports_Document_Section_Margins_Left">Left</a>, <a class="xref" href="GrapeCity.ActiveReports.Document.Section.Margins.Right.html#GrapeCity_ActiveReports_Document_Section_Margins_Right">Right</a>, <a class="xref" href="GrapeCity.ActiveReports.Document.Section.Margins.Top.html#GrapeCity_ActiveReports_Document_Section_Margins_Top">Top</a>, or <a class="xref" href="GrapeCity.ActiveReports.Document.Section.Margins.Bottom.html#GrapeCity_ActiveReports_Document_Section_Margins_Bottom">Bottom</a> property is changed.</p>
</div>
</div>
