Fires the KeyboardAltKey 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 OnKeyboardAltKey(
	Object sender,
	int key,
	bool pressed
)

Parameters

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

See Also