# GrapeCity.ActiveReports.Design.EditModeExitEventArgs

## Content

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



  <h1 id="GrapeCity_ActiveReports_Design_EditModeExitEventArgs" data-uid="GrapeCity.ActiveReports.Design.EditModeExitEventArgs" class="text-break">EditModeExitEventArgs Class
</h1>
  <div class="markdown level0 summary"><p>Provides data for the event that is raised when a control or component is leaving edit mode within the designer environment.
This class is sealed and cannot be inherited.</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">EditModeExitEventArgs</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_EditModeExitEventArgs_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public sealed class EditModeExitEventArgs : EventArgs</code></pre>
  </div>
  <h5 id="GrapeCity_ActiveReports_Design_EditModeExitEventArgs_remarks"><strong>Remarks</strong></h5>
  <div class="markdown level0 remarks"><p>The <a class="xref" href="GrapeCity.ActiveReports.Design.EditModeExitEventArgs.html">EditModeExitEventArgs</a> class encapsulates information necessary for handling the transition of a control
or component out of edit mode, including the control itself and the manner in which it is exiting edit mode.
This event data is crucial for scenarios where specific actions need to be taken based on how or why the control
is leaving edit mode, such as validation, cleanup, or state preservation.</p>
</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_EditModeExitEventArgs__ctor_System_Object_GrapeCity_ActiveReports_Design_ExitType_" data-uid="GrapeCity.ActiveReports.Design.EditModeExitEventArgs.#ctor(System.Object,GrapeCity.ActiveReports.Design.ExitType)">
          <a class="xref" href="GrapeCity.ActiveReports.Design.EditModeExitEventArgs.-ctor.html#GrapeCity_ActiveReports_Design_EditModeExitEventArgs__ctor_System_Object_GrapeCity_ActiveReports_Design_ExitType_">EditModeExitEventArgs(object, ExitType)</a>
        </td>
        <td class="markdown level1 summary"><p>Initializes a new instance of the <a class="xref" href="GrapeCity.ActiveReports.Design.EditModeExitEventArgs.html">EditModeExitEventArgs</a> class, specifying the control that is leaving edit mode and the exit type.</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_EditModeExitEventArgs_Control" data-uid="GrapeCity.ActiveReports.Design.EditModeExitEventArgs.Control">
          <a class="xref" href="GrapeCity.ActiveReports.Design.EditModeExitEventArgs.Control.html#GrapeCity_ActiveReports_Design_EditModeExitEventArgs_Control">Control</a>
        </td>
        <td class="markdown level1 summary"><p>Gets a value representing the control or component that is leaving edit mode.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Design_EditModeExitEventArgs_Type" data-uid="GrapeCity.ActiveReports.Design.EditModeExitEventArgs.Type">
          <a class="xref" href="GrapeCity.ActiveReports.Design.EditModeExitEventArgs.Type.html#GrapeCity_ActiveReports_Design_EditModeExitEventArgs_Type">Type</a>
        </td>
        <td class="markdown level1 summary"><p>Gets a value representing the manner in which the control or component is exiting edit mode.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
