Click or drag to resize

OnKeyEventArgs Constructor

Initializes a new instance of the OnKeyEventArgs class

Namespace: Demo3D.Visuals
Assembly: Demo3D.Core (in Demo3D.Core.dll) Version: 19.00.00
Syntax
C#
public OnKeyEventArgs(
	KeyEventArgs args,
	bool isDown
)

Parameters

args  KeyEventArgs

[Missing <param name="args"/> documentation for "M:Demo3D.Visuals.OnKeyEventArgs.#ctor(System.Windows.Forms.KeyEventArgs,System.Boolean)"]

isDown  Boolean

[Missing <param name="isDown"/> documentation for "M:Demo3D.Visuals.OnKeyEventArgs.#ctor(System.Windows.Forms.KeyEventArgs,System.Boolean)"]

See Also