Reflection Desktop VBA Guide
Attachmate.Reflection.Objects Library / Attachmate.Reflection.Objects.Productivity Library / AutoExpandEventHandler Event
In This Topic
    AutoExpandEventHandler Event
    In This Topic
    Auto Expand event handler delegate.
    Syntax
    <Runtime.InteropServices.ComVisibleAttribute(True)>
    Public Delegate Sub AutoExpandEventHandler( _
       ByVal sender As Object, _
       ByVal abbreviation As String, _
       ByVal expansion As String _
    ) 

    Parameters

    sender
    abbreviation
    expansion
    See Also