# C1.WPF.SpellChecker.BadWordEventArgs.BadWordList

## Content

<div class="doc-site-dotnet-api-container">



<h1 id="C1_WPF_SpellChecker_BadWordEventArgs_BadWordList_" data-uid="C1.WPF.SpellChecker.BadWordEventArgs.BadWordList*">BadWordList Property
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>



<a id="C1_WPF_SpellChecker_BadWordEventArgs_BadWordList_" data-uid="C1.WPF.SpellChecker.BadWordEventArgs.BadWordList*"></a>
<h4 id="C1_WPF_SpellChecker_BadWordEventArgs_BadWordList" data-uid="C1.WPF.SpellChecker.BadWordEventArgs.BadWordList">BadWordList</h4>
<div class="markdown level1 summary"><p>Gets a <a class="xref" href="C1.WPF.SpellChecker.CharRangeList.html">CharRangeList</a> that contains all errors detected in the text.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">public CharRangeList BadWordList { get; }</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">Public ReadOnly Property BadWordList As CharRangeList</code></pre>
</div>
<h5 id="C1_WPF_SpellChecker_BadWordEventArgs_BadWordList_remarks">Remarks</h5>
<div class="markdown level1 remarks"><p>The <a class="xref" href="C1.WPF.SpellChecker.BadWordEventArgs.BadWord.html#C1_WPF_SpellChecker_BadWordEventArgs_BadWord">BadWord</a> property contains the specific error being handled. You can
use the collection to determine the total number of errors and the index of this error
within the collection.</p>
</div>
</div>
