Reflection Desktop VBA Guide
Attachmate.Reflection.Objects Library / Attachmate.Reflection.Objects.Productivity Library / AutoExpand Object / AutoExpanded Event
In This Topic
AutoExpanded Event
In This Topic
Raised after a word has been expanded in the session.
Syntax
private Sub AutoExpand_AutoExpanded ( 
   ByVal sender As Object, _
   ByVal abbreviation As String, _
   ByVal expansion As String _
) 

Parameters

sender
abbreviation
expansion
See Also