Event fired when a new keyboard has been detected
The event handler receives an argument of type SdgKeyPressEventArgs containing data related to this event. The following SdgKeyPressEventArgs properties provide information specific to this event.
| Property | Description |
|---|---|
| Handled | Gets a boolean value describing if this event has been handled by another component |
| ID | Gets the ID of the keyboard which raised this event |
| KeyChar | Gets the ASCII equivalent of the character just pressed |