Reflection
KeysSent Event


Data key has been processed by terminal.
Syntax
'Declaration
 
Event KeysSent As KeysSentEventHandler
'Usage
 
Dim instance As IScreen
Dim handler As KeysSentEventHandler
 
AddHandler instance.KeysSent, handler
event KeysSentEventHandler KeysSent
Event Data

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

PropertyDescription
Column  
Key  
Row  
See Also