# GrapeCity.ActiveReports.Design.Designer.StatusChanged

## Content

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




<h1 id="GrapeCity_ActiveReports_Design_Designer_StatusChanged" data-uid="GrapeCity.ActiveReports.Design.Designer.StatusChanged" class="text-break">StatusChanged Event
</h1>
<div class="markdown level0 summary"><p>Occurs when there is a need to update toolbars or other UI elements related to Section reports, due to changes in the report's state or selection.</p>
</div>
<div class="markdown level0 conceptual"></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_Designer_StatusChanged_syntax">Syntax</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">public event StatusChangedEventHandler StatusChanged</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="GrapeCity.ActiveReports.Design.StatusChangedEventHandler.html">StatusChangedEventHandler</a></td>
      <td>Occurs when there is a need to update toolbars or other UI elements related to Section reports, due to changes in the report's state or selection.</td>
    </tr>
  </tbody>
</table>
<h5 id="GrapeCity_ActiveReports_Design_Designer_StatusChanged_remarks"><strong>Remarks</strong></h5>
<div class="markdown level0 remarks"><p>This event is raised in response to changes that affect the state or configuration of the report, necessitating updates to the UI. This could include
changes to the selection, the report's data, or modifications to the design that require toolbars or other UI elements to be refreshed to accurately
reflect the current context. Implementing handlers for this event allows for a dynamic and responsive design environment that adjusts to the user's
actions and the report's state.</p>
</div>
</div>
