# GrapeCity.Wpf.SpreadSheet.CellType.CellTypeBase.ProcessReversedKey

## Content

<div class="doc-site-dotnet-api-container">



<h1 id="GrapeCity_Wpf_SpreadSheet_CellType_CellTypeBase_ProcessReversedKey_" data-uid="GrapeCity.Wpf.SpreadSheet.CellType.CellTypeBase.ProcessReversedKey*">ProcessReversedKey Method
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>



<a id="GrapeCity_Wpf_SpreadSheet_CellType_CellTypeBase_ProcessReversedKey_" data-uid="GrapeCity.Wpf.SpreadSheet.CellType.CellTypeBase.ProcessReversedKey*"></a>
<h4 id="GrapeCity_Wpf_SpreadSheet_CellType_CellTypeBase_ProcessReversedKey_System_Windows_Input_KeyEventArgs_System_Windows_IInputElement_" data-uid="GrapeCity.Wpf.SpreadSheet.CellType.CellTypeBase.ProcessReversedKey(System.Windows.Input.KeyEventArgs,System.Windows.IInputElement)">ProcessReversedKey(KeyEventArgs, IInputElement)</h4>
<div class="markdown level1 summary"><p>Return a command for the special key.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">protected virtual ICellTypeCommand ProcessReversedKey(KeyEventArgs e, IInputElement inputElement)</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">Protected Overridable Function ProcessReversedKey(e As KeyEventArgs, inputElement As IInputElement) As ICellTypeCommand</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.windows.input.keyeventargs">KeyEventArgs</a></td>
      <td><span class="parametername">e</span></td>
      <td><p>The <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.input.keyeventargs">KeyEventArgs</a> object indicates the inputed key stroke.</p>
</td>
    </tr>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.iinputelement">IInputElement</a></td>
      <td><span class="parametername">inputElement</span></td>
      <td></td>
    </tr>
  </tbody>
</table>
<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.Wpf.SpreadSheet.CellType.ICellTypeCommand.html">ICellTypeCommand</a></td>
      <td><p>An <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.ICellTypeCommand.html">ICellTypeCommand</a> object represents the command which will be executed.</p>
</td>
    </tr>
  </tbody>
</table>
</div>
