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


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