# C1.WPF.ValidateInputEventArgs

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_WPF_ValidateInputEventArgs" data-uid="C1.WPF.ValidateInputEventArgs" class="text-break">ValidateInputEventArgs Class
</h1>
  <div class="markdown level0 summary"><p>Arguments for the event fired to validate the input.</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">ValidateInputEventArgs</span></div>
  </div>
  <h6><strong>Namespace</strong>: <a class="xref" href="C1.WPF.html">C1.WPF</a></h6>
  <h6><strong>Assembly</strong>: C1.WPF.4.6.2.dll</h6>
  <h5 id="C1_WPF_ValidateInputEventArgs_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public class ValidateInputEventArgs : EventArgs</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Class ValidateInputEventArgs
    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_WPF_ValidateInputEventArgs__ctor" data-uid="C1.WPF.ValidateInputEventArgs.#ctor">
          <a class="xref" href="C1.WPF.ValidateInputEventArgs.-ctor.html#C1_WPF_ValidateInputEventArgs__ctor">ValidateInputEventArgs()</a>
        </td>
        <td class="markdown level1 summary"></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_WPF_ValidateInputEventArgs_Input" data-uid="C1.WPF.ValidateInputEventArgs.Input">
          <a class="xref" href="C1.WPF.ValidateInputEventArgs.Input.html#C1_WPF_ValidateInputEventArgs_Input">Input</a>
        </td>
        <td class="markdown level1 summary"><p>New text input</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_ValidateInputEventArgs_IsValidInput" data-uid="C1.WPF.ValidateInputEventArgs.IsValidInput">
          <a class="xref" href="C1.WPF.ValidateInputEventArgs.IsValidInput.html#C1_WPF_ValidateInputEventArgs_IsValidInput">IsValidInput</a>
        </td>
        <td class="markdown level1 summary"><p>Set this flag to undo the edits if the input is not valid.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
