MobileForms Toolkit Documentation

CustomKeyboard.KeyboardKeyDown Event

Occurs when a key was pressed down.

public event KeyPressedEventHandler KeyboardKeyDown;

Event Data

The event handler receives an argument of type KeyPressedEventArgs containing data related to this event. The following KeyPressedEventArgs properties provide information specific to this event.

Property Description
Handled Gets or sets whether the key was handled.
Key Gets pressed key's descriptor.

See Also

CustomKeyboard Class | Resco.Controls.Keyboard Namespace