Click or drag to resize

E3DKeyPressEventArgs Constructor

Initializes a new instance of the E3DKeyPressEventArgs class.

Namespace:  Demo3D.Common
Assembly:  Demo3D.Common (in Demo3D.Common.dll) Version: 17.00.05
Syntax
C#
public E3DKeyPressEventArgs(
	char keyChar
)

Parameters

keyChar
Type: SystemChar

[Missing <param name="keyChar"/> documentation for "M:Demo3D.Common.E3DKeyPressEventArgs.#ctor(System.Char)"]

See Also