Reflection .NET API
Attachmate.Reflection Assembly / Attachmate.Reflection.Productivity Namespace / ISpellCheck Interface / MisspelledWord Event


In This Topic
MisspelledWord Event
In This Topic
Raised when a word is misspelled in a host session. This event is not raised for spelling errors found via the CheckField or CheckScreen calls.
Syntax
'Declaration
 
Event MisspelledWord As MisspelledWordEventHandler
 
'Usage
 
Dim instance As ISpellCheck
Dim handler As MisspelledWordEventHandler
 
AddHandler instance.MisspelledWord, handler
See Also