# C1.Win.FlexGrid.GetLocalizedStringEventArgs

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_Win_FlexGrid_GetLocalizedStringEventArgs" data-uid="C1.Win.FlexGrid.GetLocalizedStringEventArgs" class="text-break">GetLocalizedStringEventArgs Class
</h1>
  <div class="markdown level0 summary"><p>Provides data for the <a class="xref" href="C1.Win.FlexGrid.C1FlexGridBase.GetLocalizedString.html">GetLocalizedString</a> 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">GetLocalizedStringEventArgs</span></div>
  </div>
  <h6><strong>Namespace</strong>: <a class="xref" href="C1.Win.FlexGrid.html">C1.Win.FlexGrid</a></h6>
  <h6><strong>Assembly</strong>: C1.Win.FlexGrid.10.dll</h6>
  <h5 id="C1_Win_FlexGrid_GetLocalizedStringEventArgs_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public class GetLocalizedStringEventArgs : EventArgs</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Class GetLocalizedStringEventArgs
    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="C1_Win_FlexGrid_GetLocalizedStringEventArgs__ctor_System_String_System_String_System_Windows_Forms_Control_System_ComponentModel_Component_" data-uid="C1.Win.FlexGrid.GetLocalizedStringEventArgs.#ctor(System.String,System.String,System.Windows.Forms.Control,System.ComponentModel.Component)">
          <a class="xref" href="C1.Win.FlexGrid.GetLocalizedStringEventArgs.-ctor.html#C1_Win_FlexGrid_GetLocalizedStringEventArgs__ctor_System_String_System_String_System_Windows_Forms_Control_System_ComponentModel_Component_">GetLocalizedStringEventArgs(string, string, Control, Component)</a>
        </td>
        <td class="markdown level1 summary"><p>Initializes a new instance of a <a class="xref" href="C1.Win.FlexGrid.GetLocalizedStringEventArgs.html">GetLocalizedStringEventArgs</a>.</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="C1_Win_FlexGrid_GetLocalizedStringEventArgs_Component" data-uid="C1.Win.FlexGrid.GetLocalizedStringEventArgs.Component">
          <a class="xref" href="C1.Win.FlexGrid.GetLocalizedStringEventArgs.Component.html#C1_Win_FlexGrid_GetLocalizedStringEventArgs_Component">Component</a>
        </td>
        <td class="markdown level1 summary"><p>Component being localized.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_FlexGrid_GetLocalizedStringEventArgs_ComponentName" data-uid="C1.Win.FlexGrid.GetLocalizedStringEventArgs.ComponentName">
          <a class="xref" href="C1.Win.FlexGrid.GetLocalizedStringEventArgs.ComponentName.html#C1_Win_FlexGrid_GetLocalizedStringEventArgs_ComponentName">ComponentName</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the name of the component being localized.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_FlexGrid_GetLocalizedStringEventArgs_Parent" data-uid="C1.Win.FlexGrid.GetLocalizedStringEventArgs.Parent">
          <a class="xref" href="C1.Win.FlexGrid.GetLocalizedStringEventArgs.Parent.html#C1_Win_FlexGrid_GetLocalizedStringEventArgs_Parent">Parent</a>
        </td>
        <td class="markdown level1 summary"><p>Parent of the component being localized.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_FlexGrid_GetLocalizedStringEventArgs_Value" data-uid="C1.Win.FlexGrid.GetLocalizedStringEventArgs.Value">
          <a class="xref" href="C1.Win.FlexGrid.GetLocalizedStringEventArgs.Value.html#C1_Win_FlexGrid_GetLocalizedStringEventArgs_Value">Value</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the value of the localized string.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
