# GrapeCity.Win.Spread.InputMan.CellType.KeyExitEventArgs

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="GrapeCity_Win_Spread_InputMan_CellType_KeyExitEventArgs" data-uid="GrapeCity.Win.Spread.InputMan.CellType.KeyExitEventArgs" class="text-break">KeyExitEventArgs Class
</h1>
  <div class="markdown level0 summary"><p>Provides the data for an event.</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">KeyExitEventArgs</span></div>
  </div>
  <h6><strong>Namespace</strong>: <a class="xref" href="GrapeCity.Win.Spread.InputMan.CellType.html">GrapeCity.Win.Spread.InputMan.CellType</a></h6>
  <h6><strong>Assembly</strong>: GrapeCity.Win.PluginInputMan.dll</h6>
  <h5 id="GrapeCity_Win_Spread_InputMan_CellType_KeyExitEventArgs_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public class KeyExitEventArgs : EventArgs</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Class KeyExitEventArgs
    Inherits EventArgs</code></pre>
  </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_Win_Spread_InputMan_CellType_KeyExitEventArgs__ctor_GrapeCity_Win_Spread_InputMan_CellType_ExitKeys_" data-uid="GrapeCity.Win.Spread.InputMan.CellType.KeyExitEventArgs.#ctor(GrapeCity.Win.Spread.InputMan.CellType.ExitKeys)">
          <a class="xref" href="GrapeCity.Win.Spread.InputMan.CellType.KeyExitEventArgs.-ctor.html#GrapeCity_Win_Spread_InputMan_CellType_KeyExitEventArgs__ctor_GrapeCity_Win_Spread_InputMan_CellType_ExitKeys_">KeyExitEventArgs(ExitKeys)</a>
        </td>
        <td class="markdown level1 summary"><p>Initializes a new instance of the <a class="xref" href="GrapeCity.Win.Spread.InputMan.CellType.KeyExitEventArgs.html">KeyExitEventArgs</a> class using the specified <a class="xref" href="GrapeCity.Win.Spread.InputMan.CellType.ExitKeys.html">ExitKeys</a>.</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_Win_Spread_InputMan_CellType_KeyExitEventArgs_Key" data-uid="GrapeCity.Win.Spread.InputMan.CellType.KeyExitEventArgs.Key">
          <a class="xref" href="GrapeCity.Win.Spread.InputMan.CellType.KeyExitEventArgs.Key.html#GrapeCity_Win_Spread_InputMan_CellType_KeyExitEventArgs_Key">Key</a>
        </td>
        <td class="markdown level1 summary"><p>Gets an <a class="xref" href="GrapeCity.Win.Spread.InputMan.CellType.ExitKeys.html">ExitKeys</a> value that indicates the key raised by the <b>KeyExit</b> event.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
