# C1.Win.C1Input.ParseEventArgs

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_Win_C1Input_ParseEventArgs" data-uid="C1.Win.C1Input.ParseEventArgs" class="text-break">ParseEventArgs Class
</h1>
  <div class="markdown level0 summary"><p>Provides data for Parsing or Parsed events.</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">ParseEventArgs</span></div>
  </div>
  <h6><strong>Namespace</strong>: <a class="xref" href="C1.Win.C1Input.html">C1.Win.C1Input</a></h6>
  <h6><strong>Assembly</strong>: C1.Win.C1Input.4.8.dll</h6>
  <h5 id="C1_Win_C1Input_ParseEventArgs_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public class ParseEventArgs : EventArgs</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Class ParseEventArgs
    Inherits EventArgs</code></pre>
  </div>
  <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_ParseEventArgs_DestinationType" data-uid="C1.Win.C1Input.ParseEventArgs.DestinationType">
          <a class="xref" href="C1.Win.C1Input.ParseEventArgs.DestinationType.html#C1_Win_C1Input_ParseEventArgs_DestinationType">DestinationType</a>
        </td>
        <td class="markdown level1 summary"><p>Data type to convert the string to.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Input_ParseEventArgs_ErrorInfo" data-uid="C1.Win.C1Input.ParseEventArgs.ErrorInfo">
          <a class="xref" href="C1.Win.C1Input.ParseEventArgs.ErrorInfo.html#C1_Win_C1Input_ParseEventArgs_ErrorInfo">ErrorInfo</a>
        </td>
        <td class="markdown level1 summary"><p>Error information in case of parsing failure. Can be set in event code in Parsing.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Input_ParseEventArgs_ParseInfo" data-uid="C1.Win.C1Input.ParseEventArgs.ParseInfo">
          <a class="xref" href="C1.Win.C1Input.ParseEventArgs.ParseInfo.html#C1_Win_C1Input_ParseEventArgs_ParseInfo">ParseInfo</a>
        </td>
        <td class="markdown level1 summary"><p>ParseInfo object that fired the event.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Input_ParseEventArgs_Succeeded" data-uid="C1.Win.C1Input.ParseEventArgs.Succeeded">
          <a class="xref" href="C1.Win.C1Input.ParseEventArgs.Succeeded.html#C1_Win_C1Input_ParseEventArgs_Succeeded">Succeeded</a>
        </td>
        <td class="markdown level1 summary"><p>Parse result (assigned in the event code in Parsing). Default: True</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Input_ParseEventArgs_Text" data-uid="C1.Win.C1Input.ParseEventArgs.Text">
          <a class="xref" href="C1.Win.C1Input.ParseEventArgs.Text.html#C1_Win_C1Input_ParseEventArgs_Text">Text</a>
        </td>
        <td class="markdown level1 summary"><p>Source string for parsing.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Input_ParseEventArgs_Value" data-uid="C1.Win.C1Input.ParseEventArgs.Value">
          <a class="xref" href="C1.Win.C1Input.ParseEventArgs.Value.html#C1_Win_C1Input_ParseEventArgs_Value">Value</a>
        </td>
        <td class="markdown level1 summary"><p>Property to save the result to (in Parsing) or to get the resulting value from (in Parsed).</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
