# GrapeCity.ActiveReports.Design.EditModeExitEventArgs.-ctor

## Content

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



<h1 id="GrapeCity_ActiveReports_Design_EditModeExitEventArgs__ctor_" data-uid="GrapeCity.ActiveReports.Design.EditModeExitEventArgs.#ctor*">EditModeExitEventArgs Constructor
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>



<a id="GrapeCity_ActiveReports_Design_EditModeExitEventArgs__ctor_" data-uid="GrapeCity.ActiveReports.Design.EditModeExitEventArgs.#ctor*"></a>
<h4 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)">EditModeExitEventArgs(object, ExitType)</h4>
<div 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>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">public EditModeExitEventArgs(object control, ExitType type)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-condensed">
  <thead>
    <tr>
      <th>Type</th>
      <th>Name</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><span class="parametername">control</span></td>
      <td><p>The control or component that is leaving edit mode.</p>
</td>
    </tr>
    <tr>
      <td><a class="xref" href="GrapeCity.ActiveReports.Design.ExitType.html">ExitType</a></td>
      <td><span class="parametername">type</span></td>
      <td><p>The manner in which the control is exiting edit mode, as defined by the <a class="xref" href="GrapeCity.ActiveReports.Design.ExitType.html">ExitType</a> enumeration.</p>
</td>
    </tr>
  </tbody>
</table>
</div>
