Reflection Desktop VBA Guide
Attachmate.Reflection.Objects Library / Attachmate.Reflection.Objects.Productivity Library / SuggestionAcceptedEventHandler Event
In This Topic
    SuggestionAcceptedEventHandler Event
    In This Topic
    Auto Complete suggestion accepted event handler delegate.
    Syntax
    <Runtime.InteropServices.ComVisibleAttribute(True)>
    Public Delegate Sub SuggestionAcceptedEventHandler( _
       ByVal sender As Object, _
       ByVal prefix As String, _
       ByVal acceptedSuggestion As String _
    ) 

    Parameters

    sender
    prefix
    acceptedSuggestion
    See Also