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


In This Topic
AutoExpanded Event
In This Topic
Raised after a word has been expanded in the session.
Syntax
'Declaration
 
Event AutoExpanded As AutoExpandEventHandler
 
'Usage
 
Dim instance As IAutoExpand
Dim handler As AutoExpandEventHandler
 
AddHandler instance.AutoExpanded, handler
See Also