# C1.Xamarin.Forms.Input.TextChangedEventArgs

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_Xamarin_Forms_Input_TextChangedEventArgs" data-uid="C1.Xamarin.Forms.Input.TextChangedEventArgs" class="text-break">TextChangedEventArgs Class
</h1>
  <div class="markdown level0 summary"><p>Event information for <span class="xref">C1ComboBox.TextChanged</span> 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">TextChangedEventArgs</span></div>
  </div>
  <h6><strong>Namespace</strong>: <a class="xref" href="C1.Xamarin.Forms.Input.html">C1.Xamarin.Forms.Input</a></h6>
  <h6><strong>Assembly</strong>: C1.Xamarin.Forms.Input.dll</h6>
  <h5 id="C1_Xamarin_Forms_Input_TextChangedEventArgs_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public class TextChangedEventArgs : 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_Xamarin_Forms_Input_TextChangedEventArgs__ctor_System_String_System_String_" data-uid="C1.Xamarin.Forms.Input.TextChangedEventArgs.#ctor(System.String,System.String)">
          <a class="xref" href="C1.Xamarin.Forms.Input.TextChangedEventArgs.-ctor.html#C1_Xamarin_Forms_Input_TextChangedEventArgs__ctor_System_String_System_String_">TextChangedEventArgs(string, string)</a>
        </td>
        <td class="markdown level1 summary"><p>Initializes a new instance of the <a class="xref" href="C1.Xamarin.Forms.Input.TextChangedEventArgs.html">TextChangedEventArgs</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_Xamarin_Forms_Input_TextChangedEventArgs_NewText" data-uid="C1.Xamarin.Forms.Input.TextChangedEventArgs.NewText">
          <a class="xref" href="C1.Xamarin.Forms.Input.TextChangedEventArgs.NewText.html#C1_Xamarin_Forms_Input_TextChangedEventArgs_NewText">NewText</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the new text in the ComboBox.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Xamarin_Forms_Input_TextChangedEventArgs_OldText" data-uid="C1.Xamarin.Forms.Input.TextChangedEventArgs.OldText">
          <a class="xref" href="C1.Xamarin.Forms.Input.TextChangedEventArgs.OldText.html#C1_Xamarin_Forms_Input_TextChangedEventArgs_OldText">OldText</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the old text in the ComboBox.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
