'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.
Property | Description |
---|---|
Column | Gets column position. |
Key | Gets key code. |
Row | Gets row position. |
See Also