Reflection .NET API
Attachmate.Reflection.Emulation.OpenSystems Assembly / Attachmate.Reflection.Emulation.OpenSystems Namespace / IScreen Interface / ControlKeySent Event


ControlKeySent Event
Control key has been processed by terminal
Syntax
'Declaration
 
Event ControlKeySent As ControlKeySentEventHandler
 
'Usage
 
Dim instance As IScreen
Dim handler As ControlKeySentEventHandler
 
AddHandler instance.ControlKeySent, handler
Event Data

The event handler receives an argument of type ControlKeySentEventArgs containing data related to this event. The following ControlKeySentEventArgs properties provide information specific to this event.

PropertyDescription
Gets column position.  
Gets key code.  
Gets row position.  
See Also