Click or drag to resize

E3DKeyPressEventArgs Class

[Missing <summary> documentation for "T:Demo3D.Common.E3DKeyPressEventArgs"]

Inheritance Hierarchy
SystemObject
  Demo3D.CommonE3DKeyPressEventArgs

Namespace:  Demo3D.Common
Assembly:  Demo3D.Common (in Demo3D.Common.dll) Version: 18.04.00
Syntax
C#
public class E3DKeyPressEventArgs

The E3DKeyPressEventArgs type exposes the following members.

Constructors
  NameDescription
Public methodE3DKeyPressEventArgs
Initializes a new instance of the E3DKeyPressEventArgs class.
Top
Properties
  NameDescription
Public propertyHandled
Gets or sets a value indicating whether the event was handled.
Public propertyKeyChar
Gets the character corresponding to the key pressed.
Top
See Also