Reflection .NET API
Attachmate.Reflection Assembly / Attachmate.Reflection.Productivity Namespace / AutoCompleteAcceptedEventHandler Delegate


In This Topic
AutoCompleteAcceptedEventHandler Delegate
In This Topic
The event delegate for the Auto Complete suggestion accepted event.
Syntax
'Declaration
 
Public Delegate Sub AutoCompleteAcceptedEventHandler( _
   ByVal sender As Object, _
   ByVal e As AutoCompleteAcceptedEventArgs _
) 
 
'Usage
 
Dim instance As New AutoCompleteAcceptedEventHandler(AddressOf HandlerMethod)

Parameters

sender
e
See Also