Click or drag to resize

OnKeyPressEventArgs Class

[Missing <summary> documentation for "T:Demo3D.Visuals.OnKeyPressEventArgs"]

Inheritance Hierarchy
SystemObject
  SystemEventArgs
    Demo3D.VisualsOnKeyPressEventArgs

Namespace:  Demo3D.Visuals
Assembly:  Demo3D.Core (in Demo3D.Core.dll) Version: 18.03.00
Syntax
C#
public class OnKeyPressEventArgs : EventArgs

The OnKeyPressEventArgs type exposes the following members.

Constructors
  NameDescription
Public methodOnKeyPressEventArgs
Initializes a new instance of the OnKeyPressEventArgs class
Top
Properties
  NameDescription
Public propertyHandled
Public propertyKeyPressEventArgs
Top
See Also