# FarPoint.Win.Spread.Chart.IndicatorChangedEventArgs

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="FarPoint_Win_Spread_Chart_IndicatorChangedEventArgs" data-uid="FarPoint.Win.Spread.Chart.IndicatorChangedEventArgs" class="text-break">IndicatorChangedEventArgs Class
</h1>
  <div class="markdown level0 summary"><p>Represents event data for the IndicatorChanged event.</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">IndicatorChangedEventArgs</span></div>
  </div>
  <h6><strong>Namespace</strong>: <a class="xref" href="FarPoint.Win.Spread.Chart.html">FarPoint.Win.Spread.Chart</a></h6>
  <h6><strong>Assembly</strong>: FarPoint.Win.Spread.dll</h6>
  <h5 id="FarPoint_Win_Spread_Chart_IndicatorChangedEventArgs_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public class IndicatorChangedEventArgs : EventArgs</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Class IndicatorChangedEventArgs
    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_Chart_IndicatorChangedEventArgs__ctor_FarPoint_Win_Spread_Chart_IIndicator_FarPoint_Win_Spread_Chart_IndicatorChangeType_" data-uid="FarPoint.Win.Spread.Chart.IndicatorChangedEventArgs.#ctor(FarPoint.Win.Spread.Chart.IIndicator,FarPoint.Win.Spread.Chart.IndicatorChangeType)">
          <a class="xref" href="FarPoint.Win.Spread.Chart.IndicatorChangedEventArgs.-ctor.html#FarPoint_Win_Spread_Chart_IndicatorChangedEventArgs__ctor_FarPoint_Win_Spread_Chart_IIndicator_FarPoint_Win_Spread_Chart_IndicatorChangeType_">IndicatorChangedEventArgs(IIndicator, IndicatorChangeType)</a>
        </td>
        <td class="markdown level1 summary"><p>Initializes a new instance of the <a class="xref" href="FarPoint.Win.Spread.Chart.IndicatorChangedEventArgs.html">IndicatorChangedEventArgs</a> class.</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_Chart_IndicatorChangedEventArgs_Category" data-uid="FarPoint.Win.Spread.Chart.IndicatorChangedEventArgs.Category">
          <a class="xref" href="FarPoint.Win.Spread.Chart.IndicatorChangedEventArgs.Category.html#FarPoint_Win_Spread_Chart_IndicatorChangedEventArgs_Category">Category</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the category.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_Chart_IndicatorChangedEventArgs_ChangeType" data-uid="FarPoint.Win.Spread.Chart.IndicatorChangedEventArgs.ChangeType">
          <a class="xref" href="FarPoint.Win.Spread.Chart.IndicatorChangedEventArgs.ChangeType.html#FarPoint_Win_Spread_Chart_IndicatorChangedEventArgs_ChangeType">ChangeType</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the type of the change.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_Chart_IndicatorChangedEventArgs_Data" data-uid="FarPoint.Win.Spread.Chart.IndicatorChangedEventArgs.Data">
          <a class="xref" href="FarPoint.Win.Spread.Chart.IndicatorChangedEventArgs.Data.html#FarPoint_Win_Spread_Chart_IndicatorChangedEventArgs_Data">Data</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the data.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_Chart_IndicatorChangedEventArgs_SeriesName" data-uid="FarPoint.Win.Spread.Chart.IndicatorChangedEventArgs.SeriesName">
          <a class="xref" href="FarPoint.Win.Spread.Chart.IndicatorChangedEventArgs.SeriesName.html#FarPoint_Win_Spread_Chart_IndicatorChangedEventArgs_SeriesName">SeriesName</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the name of the series.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
