Version

WordCorrected Event (SpellCheckDialogBase)

Occurs when a word is corrected with the spell check dialog.
Syntax
'Declaration
 
Public Event WordCorrected As WordCorrectedEventHandler
public event WordCorrectedEventHandler WordCorrected
Event Data

The event handler receives an argument of type WordCorrectedEventArgs containing data related to this event. The following WordCorrectedEventArgs properties provide information specific to this event.

PropertyDescription
CorrectedWord Gets the new word after the user has corrected it.
OriginalWord Gets the original word before it was corrected.
Source Gets the reason why the word was corrected.
SpellCheckTarget (Inherited from Infragistics.Win.UltraWinSpellChecker.SpellCheckTargetEventArgs)Gets the object which was spell checked.
Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also