Fires the KeyboardKey event

Namespace: Skewworks.NETMF.Controls
Assembly: Skewworks.NETMF.Core (in Skewworks.NETMF.Core.dll) Version: 2.5.0.0 (2.5.0.0)

Syntax

C#
protected virtual void OnKeyboardKey(
	Object sender,
	char key,
	bool pressed
)

Parameters

sender
Type: System..::..Object
Object sending the event
key
Type: System..::..Char
Integer value of the key affected
pressed
Type: System..::..Boolean
True if the key is currently being pressed; false if released

See Also