# FarPoint.Win.SuperEdit.IsValidEventArgs

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="FarPoint_Win_SuperEdit_IsValidEventArgs" data-uid="FarPoint.Win.SuperEdit.IsValidEventArgs" class="text-break">IsValidEventArgs Class
</h1>
  <div class="markdown level0 summary"><p>Represents the event data for an editor validate 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">IsValidEventArgs</span></div>
  </div>
  <h6><strong>Namespace</strong>: <a class="xref" href="FarPoint.Win.SuperEdit.html">FarPoint.Win.SuperEdit</a></h6>
  <h6><strong>Assembly</strong>: FarPoint.Win.dll</h6>
  <h5 id="FarPoint_Win_SuperEdit_IsValidEventArgs_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public class IsValidEventArgs : EventArgs</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Class IsValidEventArgs
    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="FarPoint_Win_SuperEdit_IsValidEventArgs__ctor_System_Object_" data-uid="FarPoint.Win.SuperEdit.IsValidEventArgs.#ctor(System.Object)">
          <a class="xref" href="FarPoint.Win.SuperEdit.IsValidEventArgs.-ctor.html#FarPoint_Win_SuperEdit_IsValidEventArgs__ctor_System_Object_">IsValidEventArgs(object)</a>
        </td>
        <td class="markdown level1 summary"><p>Creates a new instance of <a class="xref" href="FarPoint.Win.SuperEdit.IsValidEventArgs.html">IsValidEventArgs</a>.</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="FarPoint_Win_SuperEdit_IsValidEventArgs_IsValid" data-uid="FarPoint.Win.SuperEdit.IsValidEventArgs.IsValid">
          <a class="xref" href="FarPoint.Win.SuperEdit.IsValidEventArgs.IsValid.html#FarPoint_Win_SuperEdit_IsValidEventArgs_IsValid">IsValid</a>
        </td>
        <td class="markdown level1 summary"><p>Gets and set isvalid</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_SuperEdit_IsValidEventArgs_Value" data-uid="FarPoint.Win.SuperEdit.IsValidEventArgs.Value">
          <a class="xref" href="FarPoint.Win.SuperEdit.IsValidEventArgs.Value.html#FarPoint_Win_SuperEdit_IsValidEventArgs_Value">Value</a>
        </td>
        <td class="markdown level1 summary"><p>Gets and Set value</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
