AfterSendKeysEventHandler Event
In This Topic
Handles the BeforeSendKey event to permit users to modify a key value or cancel a send key action before it is sent.
Syntax
Public Delegate Sub AfterSendKeysEventHandler( _
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