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: 15.0.2.11458
Syntax
C#
public OnKeyEventArgs(
	KeyEventArgs args,
	bool isDown
)

Parameters

args
Type: System.Windows.FormsKeyEventArgs

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

isDown
Type: SystemBoolean

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

See Also