InfoConnect API Guide
Attachmate.Reflection.Productivity Namespace / IAutoComplete Interface / DictionaryChanged Event


In This Topic
    DictionaryChanged Event (IAutoComplete)
    In This Topic
    Raised when an Auto Complete dictionary entry is added or removed.
    Syntax
    'Declaration
     
    
    Event DictionaryChanged As EventHandler
    'Usage
     
    
    Dim instance As IAutoComplete
    Dim handler As EventHandler
     
    AddHandler instance.DictionaryChanged, handler
    event EventHandler DictionaryChanged
    See Also