# FarPoint.Web.Spread.SpreadCommandEventArgs

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="FarPoint_Web_Spread_SpreadCommandEventArgs" data-uid="FarPoint.Web.Spread.SpreadCommandEventArgs" class="text-break">SpreadCommandEventArgs Class
</h1>
  <div class="markdown level0 summary"><p>Represents the event data for any of several command events in the Spread component.</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"><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.web.ui.webcontrols.commandeventargs">CommandEventArgs</a></div>
    <div class="level3"><span class="xref">SpreadCommandEventArgs</span></div>
  </div>
  <h6><strong>Namespace</strong>: <a class="xref" href="FarPoint.Web.Spread.html">FarPoint.Web.Spread</a></h6>
  <h6><strong>Assembly</strong>: FarPoint.Web.Spread.dll</h6>
  <h5 id="FarPoint_Web_Spread_SpreadCommandEventArgs_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public class SpreadCommandEventArgs : CommandEventArgs</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Class SpreadCommandEventArgs
    Inherits CommandEventArgs</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_Web_Spread_SpreadCommandEventArgs__ctor_FarPoint_Web_Spread_SheetView_System_String_System_Object_" data-uid="FarPoint.Web.Spread.SpreadCommandEventArgs.#ctor(FarPoint.Web.Spread.SheetView,System.String,System.Object)">
          <a class="xref" href="FarPoint.Web.Spread.SpreadCommandEventArgs.-ctor.html#FarPoint_Web_Spread_SpreadCommandEventArgs__ctor_FarPoint_Web_Spread_SheetView_System_String_System_Object_">SpreadCommandEventArgs(SheetView, string, object)</a>
        </td>
        <td class="markdown level1 summary"><p>Creates a new object with the SpreadCommand event arguments with the specified sheet, command, and argument.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Web_Spread_SpreadCommandEventArgs__ctor_FarPoint_Web_Spread_SheetView_System_String_System_Object_System_Collections_ArrayList_" data-uid="FarPoint.Web.Spread.SpreadCommandEventArgs.#ctor(FarPoint.Web.Spread.SheetView,System.String,System.Object,System.Collections.ArrayList)">
          <a class="xref" href="FarPoint.Web.Spread.SpreadCommandEventArgs.-ctor.html#FarPoint_Web_Spread_SpreadCommandEventArgs__ctor_FarPoint_Web_Spread_SheetView_System_String_System_Object_System_Collections_ArrayList_">SpreadCommandEventArgs(SheetView, string, object, ArrayList)</a>
        </td>
        <td class="markdown level1 summary"><p>Creates a new object with the SpreadCommand event arguments with the specified sheet, command, argument,
and edit values.</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_Web_Spread_SpreadCommandEventArgs_EditValues" data-uid="FarPoint.Web.Spread.SpreadCommandEventArgs.EditValues">
          <a class="xref" href="FarPoint.Web.Spread.SpreadCommandEventArgs.EditValues.html#FarPoint_Web_Spread_SpreadCommandEventArgs_EditValues">EditValues</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the postback data in an array list of values.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Web_Spread_SpreadCommandEventArgs_Handled" data-uid="FarPoint.Web.Spread.SpreadCommandEventArgs.Handled">
          <a class="xref" href="FarPoint.Web.Spread.SpreadCommandEventArgs.Handled.html#FarPoint_Web_Spread_SpreadCommandEventArgs_Handled">Handled</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets whether the event has been handled.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Web_Spread_SpreadCommandEventArgs_SheetView" data-uid="FarPoint.Web.Spread.SpreadCommandEventArgs.SheetView">
          <a class="xref" href="FarPoint.Web.Spread.SpreadCommandEventArgs.SheetView.html#FarPoint_Web_Spread_SpreadCommandEventArgs_SheetView">SheetView</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the sheet being updated.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Web_Spread_SpreadCommandEventArgs_SortFrozenRows" data-uid="FarPoint.Web.Spread.SpreadCommandEventArgs.SortFrozenRows">
          <a class="xref" href="FarPoint.Web.Spread.SpreadCommandEventArgs.SortFrozenRows.html#FarPoint_Web_Spread_SpreadCommandEventArgs_SortFrozenRows">SortFrozenRows</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets whether the frozen rows should be sorted when the sorting command occurs.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
