InfoConnect for Airlines
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 ControlKeySentEventHandler ControlKeySent
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
ColumnGets column position.  
KeyGets key code.  
RowGets row position.  
See Also