# GrapeCity.ActiveReports.Design.DesignerTabChangedEventArgs

## Content

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



  <h1 id="GrapeCity_ActiveReports_Design_DesignerTabChangedEventArgs" data-uid="GrapeCity.ActiveReports.Design.DesignerTabChangedEventArgs" class="text-break">DesignerTabChangedEventArgs Class
</h1>
  <div class="markdown level0 summary"><p>Provides data for events related to changes in the active tab within the designer environment.</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">DesignerTabChangedEventArgs</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_DesignerTabChangedEventArgs_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public sealed class DesignerTabChangedEventArgs : EventArgs</code></pre>
  </div>
  <h5 id="GrapeCity_ActiveReports_Design_DesignerTabChangedEventArgs_remarks"><strong>Remarks</strong></h5>
  <div class="markdown level0 remarks"><p>This class is used to convey information about which tab has become active in a designer environment, allowing event handlers to respond to changes
in the active tab. This can be useful for updating UI elements or performing other actions based on the newly activated tab.</p>
</div>
  <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_DesignerTabChangedEventArgs_ActiveTab" data-uid="GrapeCity.ActiveReports.Design.DesignerTabChangedEventArgs.ActiveTab">
          <a class="xref" href="GrapeCity.ActiveReports.Design.DesignerTabChangedEventArgs.ActiveTab.html#GrapeCity_ActiveReports_Design_DesignerTabChangedEventArgs_ActiveTab">ActiveTab</a>
        </td>
        <td class="markdown level1 summary"><p>Gets a value representing the <a class="xref" href="GrapeCity.ActiveReports.Design.DesignerTab.html">DesignerTab</a> that has become active.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
