InfoConnect API Guide
Attachmate.Reflection.Productivity Namespace / AutoExpandEventHandler Delegate


In This Topic
AutoExpandEventHandler Delegate
In This Topic
Auto Expand event delegate.
Syntax
'Declaration
 
Public Delegate Sub AutoExpandEventHandler( _
   ByVal sender As Object, _
   ByVal e As AutoExpandEventArgs _
) 
 
'Usage
 
Dim instance As New AutoExpandEventHandler(AddressOf HandlerMethod)

Parameters

sender
e
See Also