SDG Toolkit

SdgManager.KeyPress Event

Event fired when a key is pressed

public event SdgKeyPressEventHandler KeyPress;

Event Data

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

See Also

SdgManager Class | Sdgt Namespace