# C1.Win.SpellChecker.AutoReplaceEventArgs

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_Win_SpellChecker_AutoReplaceEventArgs" data-uid="C1.Win.SpellChecker.AutoReplaceEventArgs" class="text-break">AutoReplaceEventArgs Class
</h1>
  <div class="markdown level0 summary"><p>Provides data for the <a class="xref" href="C1.Win.SpellChecker.C1SpellChecker.AutoReplace.html">AutoReplace</a> 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">AutoReplaceEventArgs</span></div>
  </div>
  <h6><strong>Namespace</strong>: <a class="xref" href="C1.Win.SpellChecker.html">C1.Win.SpellChecker</a></h6>
  <h6><strong>Assembly</strong>: C1.Win.SpellChecker.4.8.dll</h6>
  <h5 id="C1_Win_SpellChecker_AutoReplaceEventArgs_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public class AutoReplaceEventArgs : EventArgs</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Class AutoReplaceEventArgs
    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_Win_SpellChecker_AutoReplaceEventArgs__ctor_System_Windows_Forms_Control_System_String_System_String_System_Int32_" data-uid="C1.Win.SpellChecker.AutoReplaceEventArgs.#ctor(System.Windows.Forms.Control,System.String,System.String,System.Int32)">
          <a class="xref" href="C1.Win.SpellChecker.AutoReplaceEventArgs.-ctor.html#C1_Win_SpellChecker_AutoReplaceEventArgs__ctor_System_Windows_Forms_Control_System_String_System_String_System_Int32_">AutoReplaceEventArgs(Control, string, string, int)</a>
        </td>
        <td class="markdown level1 summary"><p>Initializes a new instance of an <a class="xref" href="C1.Win.SpellChecker.AutoReplaceEventArgs.html">AutoReplaceEventArgs</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="C1_Win_SpellChecker_AutoReplaceEventArgs_Cancel" data-uid="C1.Win.SpellChecker.AutoReplaceEventArgs.Cancel">
          <a class="xref" href="C1.Win.SpellChecker.AutoReplaceEventArgs.Cancel.html#C1_Win_SpellChecker_AutoReplaceEventArgs_Cancel">Cancel</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets whether to skip this replacement.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_SpellChecker_AutoReplaceEventArgs_Control" data-uid="C1.Win.SpellChecker.AutoReplaceEventArgs.Control">
          <a class="xref" href="C1.Win.SpellChecker.AutoReplaceEventArgs.Control.html#C1_Win_SpellChecker_AutoReplaceEventArgs_Control">Control</a>
        </td>
        <td class="markdown level1 summary"><p>Gets a reference to the control where the replacement will take place.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_SpellChecker_AutoReplaceEventArgs_Found" data-uid="C1.Win.SpellChecker.AutoReplaceEventArgs.Found">
          <a class="xref" href="C1.Win.SpellChecker.AutoReplaceEventArgs.Found.html#C1_Win_SpellChecker_AutoReplaceEventArgs_Found">Found</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the string that is about to be replaced.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_SpellChecker_AutoReplaceEventArgs_Replace" data-uid="C1.Win.SpellChecker.AutoReplaceEventArgs.Replace">
          <a class="xref" href="C1.Win.SpellChecker.AutoReplaceEventArgs.Replace.html#C1_Win_SpellChecker_AutoReplaceEventArgs_Replace">Replace</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the string that contains the replacement text.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
