# FarPoint.Win.Spread.CustomNameChangedEventArgs

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="FarPoint_Win_Spread_CustomNameChangedEventArgs" data-uid="FarPoint.Win.Spread.CustomNameChangedEventArgs" class="text-break">CustomNameChangedEventArgs Class
</h1>
  <div class="markdown level0 summary"><p>Represents the data for changes to the custom name.</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">CustomNameChangedEventArgs</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_CustomNameChangedEventArgs_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public class CustomNameChangedEventArgs : EventArgs</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Class CustomNameChangedEventArgs
    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_CustomNameChangedEventArgs__ctor_FarPoint_Win_Spread_CustomNameChangeAction_" data-uid="FarPoint.Win.Spread.CustomNameChangedEventArgs.#ctor(FarPoint.Win.Spread.CustomNameChangeAction)">
          <a class="xref" href="FarPoint.Win.Spread.CustomNameChangedEventArgs.-ctor.html#FarPoint_Win_Spread_CustomNameChangedEventArgs__ctor_FarPoint_Win_Spread_CustomNameChangeAction_">CustomNameChangedEventArgs(CustomNameChangeAction)</a>
        </td>
        <td class="markdown level1 summary"><p>Creates a new event arguments object for custom name changes.</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_CustomNameChangedEventArgs_ActionType" data-uid="FarPoint.Win.Spread.CustomNameChangedEventArgs.ActionType">
          <a class="xref" href="FarPoint.Win.Spread.CustomNameChangedEventArgs.ActionType.html#FarPoint_Win_Spread_CustomNameChangedEventArgs_ActionType">ActionType</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the type of the custom name that has changed.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
