InfoConnect API Guide
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
    event MisspelledWordEventHandler MisspelledWord
    See Also