# FarPoint.Win.Spread.TableStyleCollectionChangedEventArgs

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="FarPoint_Win_Spread_TableStyleCollectionChangedEventArgs" data-uid="FarPoint.Win.Spread.TableStyleCollectionChangedEventArgs" class="text-break">TableStyleCollectionChangedEventArgs Class
</h1>
  <div class="markdown level0 summary"><p>Represents table style collection changed event arguments.</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">TableStyleCollectionChangedEventArgs</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_TableStyleCollectionChangedEventArgs_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public class TableStyleCollectionChangedEventArgs : EventArgs</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Class TableStyleCollectionChangedEventArgs
    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_TableStyleCollectionChangedEventArgs__ctor_System_String_FarPoint_Win_Spread_TableStyleCollectionChangedType_" data-uid="FarPoint.Win.Spread.TableStyleCollectionChangedEventArgs.#ctor(System.String,FarPoint.Win.Spread.TableStyleCollectionChangedType)">
          <a class="xref" href="FarPoint.Win.Spread.TableStyleCollectionChangedEventArgs.-ctor.html#FarPoint_Win_Spread_TableStyleCollectionChangedEventArgs__ctor_System_String_FarPoint_Win_Spread_TableStyleCollectionChangedType_">TableStyleCollectionChangedEventArgs(string, TableStyleCollectionChangedType)</a>
        </td>
        <td class="markdown level1 summary"><p>Creates a tabel style collection changed event argument.</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_TableStyleCollectionChangedEventArgs_ChangeType" data-uid="FarPoint.Win.Spread.TableStyleCollectionChangedEventArgs.ChangeType">
          <a class="xref" href="FarPoint.Win.Spread.TableStyleCollectionChangedEventArgs.ChangeType.html#FarPoint_Win_Spread_TableStyleCollectionChangedEventArgs_ChangeType">ChangeType</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the changed type.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_TableStyleCollectionChangedEventArgs_ItemName" data-uid="FarPoint.Win.Spread.TableStyleCollectionChangedEventArgs.ItemName">
          <a class="xref" href="FarPoint.Win.Spread.TableStyleCollectionChangedEventArgs.ItemName.html#FarPoint_Win_Spread_TableStyleCollectionChangedEventArgs_ItemName">ItemName</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the item name.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
