Reflection Desktop VBA Guide
Attachmate.Reflection.Objects.Emulation.OpenSystems Library / Attachmate.Reflection.Objects.Emulation.OpenSystems Library / HostEventHandler Event
Sender of event.
In This Topic
HostEventHandler Event
In This Topic
Terminal default event.
Syntax
<Runtime.InteropServices.ComVisibleAttribute(True)>
Public Delegate Sub HostEventHandler( _
   ByVal sender As Object _
) 

Parameters

sender
Sender of event.
See Also