Reflection Desktop VBA Guide
Attachmate.Reflection.Objects.Emulation.OpenSystems Library / Attachmate.Reflection.Objects.Emulation.OpenSystems Library / ControlKeySentEventHandler Event
An object.
A control key code.This is a ControlKeyCode Enumeration value.
In This Topic
ControlKeySentEventHandler Event
In This Topic
Syntax
Public Delegate Sub ControlKeySentEventHandler( _
   ByVal sender As Object, _
   ByVal key As ControlKeyCode _
) 

Parameters

sender
An object.
key
A control key code.This is a ControlKeyCode Enumeration value.
See Also