Reflection .NET API
Attachmate.Reflection Assembly / Attachmate.Reflection.Productivity Namespace / AutoCompleteAcceptedEventArgs Class / AutoCompleteAcceptedEventArgs Constructor
The word to be completed.
The completed word, after a suggestion is accepted.


In This Topic
AutoCompleteAcceptedEventArgs Constructor
In This Topic
Initialize the AutoCompleteAcceptedEventArgs variable.
Syntax
'Declaration
 
Public Function New( _
   ByVal prefix As String, _
   ByVal accepted As String _
)
 
'Usage
 
Dim prefix As String
Dim accepted As String
 
Dim instance As New AutoCompleteAcceptedEventArgs(prefix, accepted)

Parameters

prefix
The word to be completed.
accepted
The completed word, after a suggestion is accepted.
See Also