InfoConnect API Guide
Attachmate.Reflection.Productivity Namespace / AutoExpandEventArgs Class / AutoExpandEventArgs Constructor
The abbreviation that triggered an expansion.
The expansion string.


In This Topic
AutoExpandEventArgs Constructor
In This Topic
Constructor.
Syntax
'Declaration
 
Public Function New( _
   ByVal abbr As String, _
   ByVal exp As String _
)
 
'Usage
 
Dim abbr As String
Dim exp As String
 
Dim instance As New AutoExpandEventArgs(abbr, exp)

Parameters

abbr
The abbreviation that triggered an expansion.
exp
The expansion string.
See Also