Reflection Desktop VBA Guide
Attachmate.Reflection.Objects Library / Attachmate.Reflection.Objects.Productivity Library / AutoComplete Object / SuggestionAccepted Event
In This Topic
SuggestionAccepted Event
In This Topic
Raised when a word has been completed (that is, a suggestion has been accepted).
Syntax
private Sub AutoComplete_SuggestionAccepted ( 
   ByVal sender As Object, _
   ByVal prefix As String, _
   ByVal acceptedSuggestion As String _
) 

Parameters

sender
prefix
acceptedSuggestion
See Also