Reflection .NET API
Attachmate.Reflection.Emulation.IbmHosts Assembly / Attachmate.Reflection.Emulation.IbmHosts Namespace / IIbmTerminal Interface / BeforeConnect Event


In This Topic
BeforeConnect Event
In This Topic
Occurs before Reflection connects to the host.
Syntax
'Declaration
 
Event BeforeConnect As EventHandler
 
'Usage
 
Dim instance As IIbmTerminal
Dim handler As EventHandler
 
AddHandler instance.BeforeConnect, handler
See Also