Attachmate.Reflection.Emulation.IbmHosts Namespace > IIbmScreen Interface : AfterSendKeys Event |
'Declaration
<SuppressMessageAttribute(Category="Microsoft.Design", CheckId="CA1009:DeclareEventHandlersCorrectly", Scope="", Target="", MessageId="", Justification="")> Event AfterSendKeys As AfterSendKeysEventHandler
'Usage
Dim instance As IIbmScreen Dim handler As AfterSendKeysEventHandler AddHandler instance.AfterSendKeys, handler
[SuppressMessage(Category="Microsoft.Design", CheckId="CA1009:DeclareEventHandlersCorrectly", Scope="", Target="", MessageId="", Justification="")] event AfterSendKeysEventHandler AfterSendKeys
The event handler receives an argument of type AfterSendKeysEventArgs containing data related to this event. The following AfterSendKeysEventArgs properties provide information specific to this event.
Property | Description |
---|---|
Column | Gets the cursor column position where the keys were sent. |
Key | Gets the keys that have been sent. |
Row | Gets the cursor row position where the keys were sent. |