# C1.Win.C1Input.UIStringsItemEventArgs

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_Win_C1Input_UIStringsItemEventArgs" data-uid="C1.Win.C1Input.UIStringsItemEventArgs" class="text-break">UIStringsItemEventArgs Class
</h1>
  <div class="markdown level0 summary"><p>Provides data for an <a class="xref" href="C1.Win.C1Input.UIStrings.html">UIStrings</a> item related 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">UIStringsItemEventArgs</span></div>
  </div>
  <h6><strong>Namespace</strong>: <a class="xref" href="C1.Win.C1Input.html">C1.Win.C1Input</a></h6>
  <h6><strong>Assembly</strong>: C1.Win.C1Input.4.8.dll</h6>
  <h5 id="C1_Win_C1Input_UIStringsItemEventArgs_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public class UIStringsItemEventArgs : EventArgs</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Class UIStringsItemEventArgs
    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="C1_Win_C1Input_UIStringsItemEventArgs_Description" data-uid="C1.Win.C1Input.UIStringsItemEventArgs.Description">
          <a class="xref" href="C1.Win.C1Input.UIStringsItemEventArgs.Description.html#C1_Win_C1Input_UIStringsItemEventArgs_Description">Description</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the description.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Input_UIStringsItemEventArgs_IsDefault" data-uid="C1.Win.C1Input.UIStringsItemEventArgs.IsDefault">
          <a class="xref" href="C1.Win.C1Input.UIStringsItemEventArgs.IsDefault.html#C1_Win_C1Input_UIStringsItemEventArgs_IsDefault">IsDefault</a>
        </td>
        <td class="markdown level1 summary"><p>Gets a value indicating whether this instance is default.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Input_UIStringsItemEventArgs_Key" data-uid="C1.Win.C1Input.UIStringsItemEventArgs.Key">
          <a class="xref" href="C1.Win.C1Input.UIStringsItemEventArgs.Key.html#C1_Win_C1Input_UIStringsItemEventArgs_Key">Key</a>
        </td>
        <td class="markdown level1 summary"><p>Gets key of the item being added or changed.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Input_UIStringsItemEventArgs_Value" data-uid="C1.Win.C1Input.UIStringsItemEventArgs.Value">
          <a class="xref" href="C1.Win.C1Input.UIStringsItemEventArgs.Value.html#C1_Win_C1Input_UIStringsItemEventArgs_Value">Value</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the string value.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
