'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.
Property | Description |
---|---|
Column | |
Key | |
Row |
See Also