AfterSendKeys Event (UtsScreen)
In This Topic
Occurs after a data key or string is sent to the host.
Syntax
private Sub UtsScreen_AfterSendKeys (
ByVal As Object, _
ByVal As String, _
ByVal As Integer, _
ByVal column As Integer _
)
Parameters
- sender
- Sender of event.
- keys
- Keys that have been sent.
- row
- Cursor row position.
- column
- Cursor column position.
See Also