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


In This Topic
ControlKeySentEventHandler Delegate
In This Topic
ControlKeySentEventHandler Delegate.
Syntax
'Declaration
 
Public Delegate Sub ControlKeySentEventHandler( _
   ByVal sender As Object, _
   ByVal e As ControlKeySentEventArgs _
) 
 
'Usage
 
Dim instance As New ControlKeySentEventHandler(AddressOf HandlerMethod)

Parameters

sender
e
See Also