Version

SpellErrorEventArgs Class Members

The following tables list the members exposed by SpellErrorEventArgs.

Public Constructors
 NameDescription
Public ConstructorSpellErrorEventArgs ConstructorCreates a new SpellErrorEventArgs instance.  
Public Properties
 NameDescription
Public PropertyActionGets or sets the action to be taken with the word in error.  
Public PropertyReplaceWordGets the sets the word that will replace the incorrectly spelled text if Action is set to SpellErrorAction.Replace.  
Public PropertySpellCheckTargetGets the object which was spell checked. (Inherited from Infragistics.Win.UltraWinSpellChecker.SpellCheckTargetEventArgs)
Public PropertySpellingErrorGets the Error instance which describes the new error.  
See Also