# FarPoint.Win.Spread.RowHeightChangingEventArgs

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="FarPoint_Win_Spread_RowHeightChangingEventArgs" data-uid="FarPoint.Win.Spread.RowHeightChangingEventArgs" class="text-break">RowHeightChangingEventArgs Class
</h1>
  <div class="markdown level0 summary"><p>Represents the event data for the RowHeightChanging event for the Spread component,
which occurs when the height of a row is changing.</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">RowHeightChangingEventArgs</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_RowHeightChangingEventArgs_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public class RowHeightChangingEventArgs : EventArgs</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Class RowHeightChangingEventArgs
    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_RowHeightChangingEventArgs__ctor_FarPoint_Win_Spread_SpreadView_System_Collections_ArrayList_System_Int32_System_Boolean_" data-uid="FarPoint.Win.Spread.RowHeightChangingEventArgs.#ctor(FarPoint.Win.Spread.SpreadView,System.Collections.ArrayList,System.Int32,System.Boolean)">
          <a class="xref" href="FarPoint.Win.Spread.RowHeightChangingEventArgs.-ctor.html#FarPoint_Win_Spread_RowHeightChangingEventArgs__ctor_FarPoint_Win_Spread_SpreadView_System_Collections_ArrayList_System_Int32_System_Boolean_">RowHeightChangingEventArgs(SpreadView, ArrayList, int, bool)</a>
        </td>
        <td class="markdown level1 summary"><p>Creates a new object with the RowHeightChanging event arguments.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_RowHeightChangingEventArgs__ctor_FarPoint_Win_Spread_SpreadView_System_Collections_ArrayList_System_Int32_System_Boolean_System_Boolean_" data-uid="FarPoint.Win.Spread.RowHeightChangingEventArgs.#ctor(FarPoint.Win.Spread.SpreadView,System.Collections.ArrayList,System.Int32,System.Boolean,System.Boolean)">
          <a class="xref" href="FarPoint.Win.Spread.RowHeightChangingEventArgs.-ctor.html#FarPoint_Win_Spread_RowHeightChangingEventArgs__ctor_FarPoint_Win_Spread_SpreadView_System_Collections_ArrayList_System_Int32_System_Boolean_System_Boolean_">RowHeightChangingEventArgs(SpreadView, ArrayList, int, bool, bool)</a>
        </td>
        <td class="markdown level1 summary"><p>Creates a new object with the RowHeightChanging 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_RowHeightChangingEventArgs_Cancel" data-uid="FarPoint.Win.Spread.RowHeightChangingEventArgs.Cancel">
          <a class="xref" href="FarPoint.Win.Spread.RowHeightChangingEventArgs.Cancel.html#FarPoint_Win_Spread_RowHeightChangingEventArgs_Cancel">Cancel</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets whether to cancel the row height change.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_RowHeightChangingEventArgs_Footer" data-uid="FarPoint.Win.Spread.RowHeightChangingEventArgs.Footer">
          <a class="xref" href="FarPoint.Win.Spread.RowHeightChangingEventArgs.Footer.html#FarPoint_Win_Spread_RowHeightChangingEventArgs_Footer">Footer</a>
        </td>
        <td class="markdown level1 summary"><p>Gets whether the column indexes are column footer rows.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_RowHeightChangingEventArgs_Header" data-uid="FarPoint.Win.Spread.RowHeightChangingEventArgs.Header">
          <a class="xref" href="FarPoint.Win.Spread.RowHeightChangingEventArgs.Header.html#FarPoint_Win_Spread_RowHeightChangingEventArgs_Header">Header</a>
        </td>
        <td class="markdown level1 summary"><p>Gets whether the column indexes are column header rows.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_RowHeightChangingEventArgs_Height" data-uid="FarPoint.Win.Spread.RowHeightChangingEventArgs.Height">
          <a class="xref" href="FarPoint.Win.Spread.RowHeightChangingEventArgs.Height.html#FarPoint_Win_Spread_RowHeightChangingEventArgs_Height">Height</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the new height of the row.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_RowHeightChangingEventArgs_RowList" data-uid="FarPoint.Win.Spread.RowHeightChangingEventArgs.RowList">
          <a class="xref" href="FarPoint.Win.Spread.RowHeightChangingEventArgs.RowList.html#FarPoint_Win_Spread_RowHeightChangingEventArgs_RowList">RowList</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the list of rows whose heights have changed.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_RowHeightChangingEventArgs_View" data-uid="FarPoint.Win.Spread.RowHeightChangingEventArgs.View">
          <a class="xref" href="FarPoint.Win.Spread.RowHeightChangingEventArgs.View.html#FarPoint_Win_Spread_RowHeightChangingEventArgs_View">View</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the view that contains the rows whose heights have changed.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
