MobileForms Toolkit Documentation

KeyPressedEventHandler Delegate

Represents the method that will handle the KeyPressed event of a Control.

public delegate void KeyPressedEventHandler(
object sender,
KeyPressedEventArgs e
);

Parameters

sender
e

Requirements

Namespace: Resco.Controls.Keyboard

Assembly: Resco.CustomKeyboard.CF3 (in Resco.CustomKeyboard.CF3.dll)

See Also

Resco.Controls.Keyboard Namespace