# C1.WPF.SpellChecker.CheckControlCompletedEventArgs

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_WPF_SpellChecker_CheckControlCompletedEventArgs" data-uid="C1.WPF.SpellChecker.CheckControlCompletedEventArgs" class="text-break">CheckControlCompletedEventArgs Class
</h1>
  <div class="markdown level0 summary"><p>Event arguments class used by <a class="xref" href="C1.WPF.SpellChecker.CheckControlCompletedEventHandler.html">CheckControlCompletedEventHandler</a>.</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"><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.componentmodel.asynccompletedeventargs">AsyncCompletedEventArgs</a></div>
    <div class="level3"><span class="xref">CheckControlCompletedEventArgs</span></div>
  </div>
  <h6><strong>Namespace</strong>: <a class="xref" href="C1.WPF.SpellChecker.html">C1.WPF.SpellChecker</a></h6>
  <h6><strong>Assembly</strong>: C1.WPF.SpellChecker.4.6.2.dll</h6>
  <h5 id="C1_WPF_SpellChecker_CheckControlCompletedEventArgs_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public class CheckControlCompletedEventArgs : AsyncCompletedEventArgs</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Class CheckControlCompletedEventArgs
    Inherits AsyncCompletedEventArgs</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_SpellChecker_CheckControlCompletedEventArgs__ctor_C1_WPF_SpellChecker_ISpellDialog_C1_WPF_SpellChecker_ISpellCheckableEditor_System_Boolean_" data-uid="C1.WPF.SpellChecker.CheckControlCompletedEventArgs.#ctor(C1.WPF.SpellChecker.ISpellDialog,C1.WPF.SpellChecker.ISpellCheckableEditor,System.Boolean)">
          <a class="xref" href="C1.WPF.SpellChecker.CheckControlCompletedEventArgs.-ctor.html#C1_WPF_SpellChecker_CheckControlCompletedEventArgs__ctor_C1_WPF_SpellChecker_ISpellDialog_C1_WPF_SpellChecker_ISpellCheckableEditor_System_Boolean_">CheckControlCompletedEventArgs(ISpellDialog, ISpellCheckableEditor, bool)</a>
        </td>
        <td class="markdown level1 summary"><p>Initializes a new instance of the <a class="xref" href="C1.WPF.SpellChecker.CheckControlCompletedEventArgs.html">CheckControlCompletedEventArgs</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_WPF_SpellChecker_CheckControlCompletedEventArgs_Dialog" data-uid="C1.WPF.SpellChecker.CheckControlCompletedEventArgs.Dialog">
          <a class="xref" href="C1.WPF.SpellChecker.CheckControlCompletedEventArgs.Dialog.html#C1_WPF_SpellChecker_CheckControlCompletedEventArgs_Dialog">Dialog</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the <a class="xref" href="C1.WPF.SpellChecker.ISpellDialog.html">ISpellDialog</a> used to perform the modal spell-check.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_SpellChecker_CheckControlCompletedEventArgs_Editor" data-uid="C1.WPF.SpellChecker.CheckControlCompletedEventArgs.Editor">
          <a class="xref" href="C1.WPF.SpellChecker.CheckControlCompletedEventArgs.Editor.html#C1_WPF_SpellChecker_CheckControlCompletedEventArgs_Editor">Editor</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the <a class="xref" href="C1.WPF.SpellChecker.ISpellCheckableEditor.html">ISpellCheckableEditor</a> object that was spell-checked.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_SpellChecker_CheckControlCompletedEventArgs_ErrorCount" data-uid="C1.WPF.SpellChecker.CheckControlCompletedEventArgs.ErrorCount">
          <a class="xref" href="C1.WPF.SpellChecker.CheckControlCompletedEventArgs.ErrorCount.html#C1_WPF_SpellChecker_CheckControlCompletedEventArgs_ErrorCount">ErrorCount</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the number of spelling errors detected.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
