InfoConnect API Guide
Attachmate.Reflection.Emulation.OpenSystems Namespace / CancelableConnectionEventHandler Delegate


In This Topic
CancelableConnectionEventHandler Delegate
In This Topic
Cancel connection event handler.
Syntax
'Declaration
 
Public Delegate Sub CancelableConnectionEventHandler( _
   ByVal sender As Object, _
   ByVal args As CancelableConnectionEventArgs _
) 
 
'Usage
 
Dim instance As New CancelableConnectionEventHandler(AddressOf HandlerMethod)

Parameters

sender
args
See Also