Delegate for storing the callback methods for when a key press is to be issued by this class.

Namespace: Ico.Windows.Media.Media3D
Assembly: Ico3DControlsLibrary (in Ico3DControlsLibrary.dll) Version: 10.97.212.0 (10.97.212.00)

Syntax

C#
public delegate void KeyboardKeyUpdateEventHandler(
	KeyEventArgs e
)
Visual Basic
Public Delegate Sub KeyboardKeyUpdateEventHandler ( _
	e As KeyEventArgs _
)
JScript
JScript does not support delegates.

Parameters

e
Type: System.Windows.Input..::..KeyEventArgs
Event arguments for the last pressed key. Other keys may also be pressed.

See Also