# C1.Win.C1Input.GrapeCity.Editors.ResultStringEventArgs

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_Win_C1Input_GrapeCity_Editors_ResultStringEventArgs" data-uid="C1.Win.C1Input.GrapeCity.Editors.ResultStringEventArgs" class="text-break">ResultStringEventArgs Class
</h1>
  <div class="markdown level0 summary"><p>Provides the <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.eventargs">EventArgs</a> data for the <b>ResultString</b> 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">ResultStringEventArgs</span></div>
  </div>
  <h6><strong>Namespace</strong>: <a class="xref" href="C1.Win.C1Input.GrapeCity.Editors.html">C1.Win.C1Input.GrapeCity.Editors</a></h6>
  <h6><strong>Assembly</strong>: C1.Win.C1Input.4.8.dll</h6>
  <h5 id="C1_Win_C1Input_GrapeCity_Editors_ResultStringEventArgs_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public class ResultStringEventArgs : EventArgs</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Class ResultStringEventArgs
    Inherits EventArgs</code></pre>
  </div>
  <h5 id="C1_Win_C1Input_GrapeCity_Editors_ResultStringEventArgs_remarks"><strong>Remarks</strong></h5>
  <div class="markdown level0 remarks"><p>The <b>ResultString</b> takes place when there has been changes
made in the IME conversion window.</p>
</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_C1Input_GrapeCity_Editors_ResultStringEventArgs__ctor_System_Windows_Forms_Control_System_String_" data-uid="C1.Win.C1Input.GrapeCity.Editors.ResultStringEventArgs.#ctor(System.Windows.Forms.Control,System.String)">
          <a class="xref" href="C1.Win.C1Input.GrapeCity.Editors.ResultStringEventArgs.-ctor.html#C1_Win_C1Input_GrapeCity_Editors_ResultStringEventArgs__ctor_System_Windows_Forms_Control_System_String_">ResultStringEventArgs(Control, string)</a>
        </td>
        <td class="markdown level1 summary"><p>Initializes a new instance of the <a class="xref" href="C1.Win.C1Input.GrapeCity.Editors.ResultStringEventArgs.html">ResultStringEventArgs</a>
class with the specified reading string.</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_C1Input_GrapeCity_Editors_ResultStringEventArgs_ReadString" data-uid="C1.Win.C1Input.GrapeCity.Editors.ResultStringEventArgs.ReadString">
          <a class="xref" href="C1.Win.C1Input.GrapeCity.Editors.ResultStringEventArgs.ReadString.html#C1_Win_C1Input_GrapeCity_Editors_ResultStringEventArgs_ReadString">ReadString</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the reading string.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Input_GrapeCity_Editors_ResultStringEventArgs_SourceControl" data-uid="C1.Win.C1Input.GrapeCity.Editors.ResultStringEventArgs.SourceControl">
          <a class="xref" href="C1.Win.C1Input.GrapeCity.Editors.ResultStringEventArgs.SourceControl.html#C1_Win_C1Input_GrapeCity_Editors_ResultStringEventArgs_SourceControl">SourceControl</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the control that creates the reading string.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
