# GrapeCity.Win.Spread.InputMan.CellType.EditBase.OnEditStatusChanged

## Content

<div class="doc-site-dotnet-api-container">



<h1 id="GrapeCity_Win_Spread_InputMan_CellType_EditBase_OnEditStatusChanged_" data-uid="GrapeCity.Win.Spread.InputMan.CellType.EditBase.OnEditStatusChanged*">OnEditStatusChanged Method
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>



<a id="GrapeCity_Win_Spread_InputMan_CellType_EditBase_OnEditStatusChanged_" data-uid="GrapeCity.Win.Spread.InputMan.CellType.EditBase.OnEditStatusChanged*"></a>
<h4 id="GrapeCity_Win_Spread_InputMan_CellType_EditBase_OnEditStatusChanged_GrapeCity_Win_Spread_InputMan_CellType_EditStatusChangedEventArgs_" data-uid="GrapeCity.Win.Spread.InputMan.CellType.EditBase.OnEditStatusChanged(GrapeCity.Win.Spread.InputMan.CellType.EditStatusChangedEventArgs)">OnEditStatusChanged(EditStatusChangedEventArgs)</h4>
<div class="markdown level1 summary"><p>Raises the <b>EditStatus</b>Changed event.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">protected virtual void OnEditStatusChanged(EditStatusChangedEventArgs e)</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">Protected Overridable Sub OnEditStatusChanged(e As EditStatusChangedEventArgs)</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="GrapeCity.Win.Spread.InputMan.CellType.EditStatusChangedEventArgs.html">EditStatusChangedEventArgs</a></td>
      <td><span class="parametername">e</span></td>
      <td><p>The <a class="xref" href="GrapeCity.Win.Spread.InputMan.CellType.EditStatusChangedEventArgs.html">EditStatusChangedEventArgs</a> instance that contains the event data.</p>
</td>
    </tr>
  </tbody>
</table>
<h5 id="GrapeCity_Win_Spread_InputMan_CellType_EditBase_OnEditStatusChanged_GrapeCity_Win_Spread_InputMan_CellType_EditStatusChangedEventArgs__remarks">Remarks</h5>
<div class="markdown level1 remarks"><p>Raising an event invokes the event handler through a delegate.</p>
<p></p>
  The <b>OnEditStatusChanged</b> method also allows derived classes to handle the event without attaching a delegate. This is the preferred technique for handling the event in a derived class.
<p></p><b>Notes to Inheritors:</b><p></p>
  When overriding <b>OnEditStatusChanged</b> in a derived class, be sure to call the base class's <b>OnEditStatusChanged</b> method so that registered delegates receive the event.
</div>
</div>
