# FarPoint.Win.LocalizedTextEventArgs

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="FarPoint_Win_LocalizedTextEventArgs" data-uid="FarPoint.Win.LocalizedTextEventArgs" class="text-break">LocalizedTextEventArgs Class
</h1>
  <div class="markdown level0 summary"><p>Represents the event data for text localization.</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">LocalizedTextEventArgs</span></div>
  </div>
  <h6><strong>Namespace</strong>: <a class="xref" href="FarPoint.Win.html">FarPoint.Win</a></h6>
  <h6><strong>Assembly</strong>: FarPoint.Win.dll</h6>
  <h5 id="FarPoint_Win_LocalizedTextEventArgs_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public sealed class LocalizedTextEventArgs : EventArgs</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public NotInheritable Class LocalizedTextEventArgs
    Inherits EventArgs</code></pre>
  </div>
  <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_LocalizedTextEventArgs_Control" data-uid="FarPoint.Win.LocalizedTextEventArgs.Control">
          <a class="xref" href="FarPoint.Win.LocalizedTextEventArgs.Control.html#FarPoint_Win_LocalizedTextEventArgs_Control">Control</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the control that contains the localized text.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_LocalizedTextEventArgs_Key" data-uid="FarPoint.Win.LocalizedTextEventArgs.Key">
          <a class="xref" href="FarPoint.Win.LocalizedTextEventArgs.Key.html#FarPoint_Win_LocalizedTextEventArgs_Key">Key</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the localized text key.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_LocalizedTextEventArgs_Text" data-uid="FarPoint.Win.LocalizedTextEventArgs.Text">
          <a class="xref" href="FarPoint.Win.LocalizedTextEventArgs.Text.html#FarPoint_Win_LocalizedTextEventArgs_Text">Text</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the localized text.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
