Version

WordCorrectedEventArgs Constructor

Creates a new WordCorrectedEventArgs instance.
Syntax
'Declaration
 
Public Function New( _
   ByVal originalWord As String, _
   ByVal correctedWord As String, _
   ByVal source As WordCorrectionSource, _
   ByVal spellCheckTarget As Object _
)
public WordCorrectedEventArgs( 
   string originalWord,
   string correctedWord,
   WordCorrectionSource source,
   object spellCheckTarget
)

Parameters

originalWord
The original word before it was corrected.
correctedWord
The new word after the user has corrected it.
source
The reason why the word was corrected.
spellCheckTarget
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