ComponentOne SpellChecker for WPF and Silverlight
BadWordList Property (BadWordEventArgs)

C1.Silverlight.SpellChecker Namespace > BadWordEventArgs Class : BadWordList Property
Gets a CharRangeList that contains all errors detected in the text.
Syntax
'Declaration
 
Public ReadOnly Property BadWordList As CharRangeList
public CharRangeList BadWordList {get;}
Remarks
The BadWord 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.
See Also

Reference

BadWordEventArgs Class
BadWordEventArgs Members