# C1.Win.C1Input.GrapeCity.Framework.Input.Ime.ImeCompositionChangedEventArgs

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_Win_C1Input_GrapeCity_Framework_Input_Ime_ImeCompositionChangedEventArgs" data-uid="C1.Win.C1Input.GrapeCity.Framework.Input.Ime.ImeCompositionChangedEventArgs" class="text-break">Ime.ImeCompositionChangedEventArgs Class
</h1>
  <div class="markdown level0 summary"><p>Define a class used for the arguments of the <b>CompositionChanged</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">Ime.ImeCompositionChangedEventArgs</span></div>
  </div>
  <h6><strong>Namespace</strong>: <a class="xref" href="C1.Win.C1Input.GrapeCity.Framework.Input.html">C1.Win.C1Input.GrapeCity.Framework.Input</a></h6>
  <h6><strong>Assembly</strong>: C1.Win.C1Input.4.8.dll</h6>
  <h5 id="C1_Win_C1Input_GrapeCity_Framework_Input_Ime_ImeCompositionChangedEventArgs_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public class Ime.ImeCompositionChangedEventArgs : EventArgs</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Class Ime.ImeCompositionChangedEventArgs
    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_C1Input_GrapeCity_Framework_Input_Ime_ImeCompositionChangedEventArgs__ctor_System_Char_C1_Win_C1Input_GrapeCity_Framework_Input_Ime_ImeCompositionDetails_" data-uid="C1.Win.C1Input.GrapeCity.Framework.Input.Ime.ImeCompositionChangedEventArgs.#ctor(System.Char,C1.Win.C1Input.GrapeCity.Framework.Input.Ime.ImeCompositionDetails)">
          <a class="xref" href="C1.Win.C1Input.GrapeCity.Framework.Input.Ime.ImeCompositionChangedEventArgs.-ctor.html#C1_Win_C1Input_GrapeCity_Framework_Input_Ime_ImeCompositionChangedEventArgs__ctor_System_Char_C1_Win_C1Input_GrapeCity_Framework_Input_Ime_ImeCompositionDetails_">ImeCompositionChangedEventArgs(char, ImeCompositionDetails)</a>
        </td>
        <td class="markdown level1 summary"><p>Initializes a new instance of the <a class="xref" href="C1.Win.C1Input.GrapeCity.Framework.Input.Ime.ImeCompositionChangedEventArgs.html">Ime.ImeCompositionChangedEventArgs</a> class.</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_Framework_Input_Ime_ImeCompositionChangedEventArgs_Details" data-uid="C1.Win.C1Input.GrapeCity.Framework.Input.Ime.ImeCompositionChangedEventArgs.Details">
          <a class="xref" href="C1.Win.C1Input.GrapeCity.Framework.Input.Ime.ImeCompositionChangedEventArgs.Details.html#C1_Win_C1Input_GrapeCity_Framework_Input_Ime_ImeCompositionChangedEventArgs_Details">Details</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the detials of the composition.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Input_GrapeCity_Framework_Input_Ime_ImeCompositionChangedEventArgs_LatestCharacter" data-uid="C1.Win.C1Input.GrapeCity.Framework.Input.Ime.ImeCompositionChangedEventArgs.LatestCharacter">
          <a class="xref" href="C1.Win.C1Input.GrapeCity.Framework.Input.Ime.ImeCompositionChangedEventArgs.LatestCharacter.html#C1_Win_C1Input_GrapeCity_Framework_Input_Ime_ImeCompositionChangedEventArgs_LatestCharacter">LatestCharacter</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the lastest change to the composition string.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
