# FarPoint.Win.Spread.EventNameConverter

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="FarPoint_Win_Spread_EventNameConverter" data-uid="FarPoint.Win.Spread.EventNameConverter" class="text-break">EventNameConverter Class
</h1>
  <div class="markdown level0 summary"><p>Converter for EventName</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.componentmodel.typeconverter">TypeConverter</a></div>
    <div class="level2"><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.componentmodel.stringconverter">StringConverter</a></div>
    <div class="level3"><span class="xref">EventNameConverter</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_EventNameConverter_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public class EventNameConverter : StringConverter</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Class EventNameConverter
    Inherits StringConverter</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_EventNameConverter__ctor" data-uid="FarPoint.Win.Spread.EventNameConverter.#ctor">
          <a class="xref" href="FarPoint.Win.Spread.EventNameConverter.-ctor.html#FarPoint_Win_Spread_EventNameConverter__ctor">EventNameConverter()</a>
        </td>
        <td class="markdown level1 summary"><p>Creates a new instance of <a class="xref" href="FarPoint.Win.Spread.EventNameConverter.html">EventNameConverter</a> class.</p>
</td>
      </tr>
    </tbody>
  </table>
  <h3 id="methods">Methods
</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_EventNameConverter_GetStandardValues_System_ComponentModel_ITypeDescriptorContext_" data-uid="FarPoint.Win.Spread.EventNameConverter.GetStandardValues(System.ComponentModel.ITypeDescriptorContext)">
          <a class="xref" href="FarPoint.Win.Spread.EventNameConverter.GetStandardValues.html#FarPoint_Win_Spread_EventNameConverter_GetStandardValues_System_ComponentModel_ITypeDescriptorContext_">GetStandardValues(ITypeDescriptorContext)</a>
        </td>
        <td class="markdown level1 summary"><p>Returns a collection of standard values for the data type this type converter is designed for when provided with a format context.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_EventNameConverter_GetStandardValuesExclusive_System_ComponentModel_ITypeDescriptorContext_" data-uid="FarPoint.Win.Spread.EventNameConverter.GetStandardValuesExclusive(System.ComponentModel.ITypeDescriptorContext)">
          <a class="xref" href="FarPoint.Win.Spread.EventNameConverter.GetStandardValuesExclusive.html#FarPoint_Win_Spread_EventNameConverter_GetStandardValuesExclusive_System_ComponentModel_ITypeDescriptorContext_">GetStandardValuesExclusive(ITypeDescriptorContext)</a>
        </td>
        <td class="markdown level1 summary"><p>Returns whether the collection of standard values returned from <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.componentmodel.typeconverter.getstandardvalues#system-componentmodel-typeconverter-getstandardvalues">GetStandardValues()</a> is an exclusive list of possible values, using the specified context.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_EventNameConverter_GetStandardValuesSupported_System_ComponentModel_ITypeDescriptorContext_" data-uid="FarPoint.Win.Spread.EventNameConverter.GetStandardValuesSupported(System.ComponentModel.ITypeDescriptorContext)">
          <a class="xref" href="FarPoint.Win.Spread.EventNameConverter.GetStandardValuesSupported.html#FarPoint_Win_Spread_EventNameConverter_GetStandardValuesSupported_System_ComponentModel_ITypeDescriptorContext_">GetStandardValuesSupported(ITypeDescriptorContext)</a>
        </td>
        <td class="markdown level1 summary"><p>Returns whether this object supports a standard set of values that can be picked from a list, using the specified context.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
