Parameters
- sender
- The source of the event.
- keys
- Contains the keys that are about to be sent.
- row
- The row position where the keys were entered.
- column
- The column position where the keys were entered.
Return Value
A boolean value that determines whether the event is cancelled.
If set to false (the default), the event is cancelled and the keys are not sent to the host.
If set to true, the keys are sent to the host.