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


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 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
 
 
 
See Also