# FarPoint.Win.Spread.ErrorEventArgs

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="FarPoint_Win_Spread_ErrorEventArgs" data-uid="FarPoint.Win.Spread.ErrorEventArgs" class="text-break">ErrorEventArgs Class
</h1>
  <div class="markdown level0 summary"><p>Represents the event data for the Error event for the Spread component,
which occurs when errors are generated by user interaction.</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">ErrorEventArgs</span></div>
  </div>
  <h6><strong>Namespace</strong>: <a class="xref" href="FarPoint.Win.Spread.html">FarPoint.Win.Spread</a></h6>
  <h6><strong>Assembly</strong>: FarPoint.Win.Spread.dll</h6>
  <h5 id="FarPoint_Win_Spread_ErrorEventArgs_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public class ErrorEventArgs : EventArgs</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Class ErrorEventArgs
    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="FarPoint_Win_Spread_ErrorEventArgs__ctor_FarPoint_Win_Spread_SpreadView_System_Boolean_FarPoint_Win_Spread_EditError_System_Int32_System_Int32_System_Int32_System_Int32_System_String_System_Exception_" data-uid="FarPoint.Win.Spread.ErrorEventArgs.#ctor(FarPoint.Win.Spread.SpreadView,System.Boolean,FarPoint.Win.Spread.EditError,System.Int32,System.Int32,System.Int32,System.Int32,System.String,System.Exception)">
          <a class="xref" href="FarPoint.Win.Spread.ErrorEventArgs.-ctor.html#FarPoint_Win_Spread_ErrorEventArgs__ctor_FarPoint_Win_Spread_SpreadView_System_Boolean_FarPoint_Win_Spread_EditError_System_Int32_System_Int32_System_Int32_System_Int32_System_String_System_Exception_">ErrorEventArgs(SpreadView, bool, EditError, int, int, int, int, string, Exception)</a>
        </td>
        <td class="markdown level1 summary"><p>Creates a new object with the Error event arguments.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_ErrorEventArgs__ctor_FarPoint_Win_Spread_SpreadView_System_Boolean_FarPoint_Win_Spread_EditError_System_Int32_System_Int32_System_String_System_Exception_" data-uid="FarPoint.Win.Spread.ErrorEventArgs.#ctor(FarPoint.Win.Spread.SpreadView,System.Boolean,FarPoint.Win.Spread.EditError,System.Int32,System.Int32,System.String,System.Exception)">
          <a class="xref" href="FarPoint.Win.Spread.ErrorEventArgs.-ctor.html#FarPoint_Win_Spread_ErrorEventArgs__ctor_FarPoint_Win_Spread_SpreadView_System_Boolean_FarPoint_Win_Spread_EditError_System_Int32_System_Int32_System_String_System_Exception_">ErrorEventArgs(SpreadView, bool, EditError, int, int, string, Exception)</a>
        </td>
        <td class="markdown level1 summary"><p>Creates a new object with the Error event arguments.</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="FarPoint_Win_Spread_ErrorEventArgs_Cancel" data-uid="FarPoint.Win.Spread.ErrorEventArgs.Cancel">
          <a class="xref" href="FarPoint.Win.Spread.ErrorEventArgs.Cancel.html#FarPoint_Win_Spread_ErrorEventArgs_Cancel">Cancel</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets whether to cancel default processing and throw exceptions or the EditError event.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_ErrorEventArgs_Column" data-uid="FarPoint.Win.Spread.ErrorEventArgs.Column">
          <a class="xref" href="FarPoint.Win.Spread.ErrorEventArgs.Column.html#FarPoint_Win_Spread_ErrorEventArgs_Column">Column</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the column index of the cell with the editor that raised the event.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_ErrorEventArgs_Column2" data-uid="FarPoint.Win.Spread.ErrorEventArgs.Column2">
          <a class="xref" href="FarPoint.Win.Spread.ErrorEventArgs.Column2.html#FarPoint_Win_Spread_ErrorEventArgs_Column2">Column2</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the right column index that raised the event.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_ErrorEventArgs_EditError" data-uid="FarPoint.Win.Spread.ErrorEventArgs.EditError">
          <a class="xref" href="FarPoint.Win.Spread.ErrorEventArgs.EditError.html#FarPoint_Win_Spread_ErrorEventArgs_EditError">EditError</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the type of edit error.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_ErrorEventArgs_ErrorMessage" data-uid="FarPoint.Win.Spread.ErrorEventArgs.ErrorMessage">
          <a class="xref" href="FarPoint.Win.Spread.ErrorEventArgs.ErrorMessage.html#FarPoint_Win_Spread_ErrorEventArgs_ErrorMessage">ErrorMessage</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the text description of the error.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_ErrorEventArgs_Exception" data-uid="FarPoint.Win.Spread.ErrorEventArgs.Exception">
          <a class="xref" href="FarPoint.Win.Spread.ErrorEventArgs.Exception.html#FarPoint_Win_Spread_ErrorEventArgs_Exception">Exception</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the exception thrown by the error.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_ErrorEventArgs_IsEditError" data-uid="FarPoint.Win.Spread.ErrorEventArgs.IsEditError">
          <a class="xref" href="FarPoint.Win.Spread.ErrorEventArgs.IsEditError.html#FarPoint_Win_Spread_ErrorEventArgs_IsEditError">IsEditError</a>
        </td>
        <td class="markdown level1 summary"><p>Determines whether the error is an editing error.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_ErrorEventArgs_Row" data-uid="FarPoint.Win.Spread.ErrorEventArgs.Row">
          <a class="xref" href="FarPoint.Win.Spread.ErrorEventArgs.Row.html#FarPoint_Win_Spread_ErrorEventArgs_Row">Row</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the row index of the cell with the editor that raised the event.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_ErrorEventArgs_Row2" data-uid="FarPoint.Win.Spread.ErrorEventArgs.Row2">
          <a class="xref" href="FarPoint.Win.Spread.ErrorEventArgs.Row2.html#FarPoint_Win_Spread_ErrorEventArgs_Row2">Row2</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the bottom row index of the cell  that raised the event.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_ErrorEventArgs_View" data-uid="FarPoint.Win.Spread.ErrorEventArgs.View">
          <a class="xref" href="FarPoint.Win.Spread.ErrorEventArgs.View.html#FarPoint_Win_Spread_ErrorEventArgs_View">View</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the view that contains the cell with the editor that raised the event.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
