Table of Contents

Class HiKeyEvent

Namespace
Hi.PanelModels
Assembly
HiDisp.dll

Cross platform key event.

public class HiKeyEvent : EventArgs
Inheritance
HiKeyEvent
Inherited Members
Extension Methods

Constructors

HiKeyEvent()

Initializes a new instance of the HiKeyEvent class.

public HiKeyEvent()

HiKeyEvent(HiKey, PanelModel)

Initializes a new instance of the HiKeyEvent class.

public HiKeyEvent(HiKey key, PanelModel panelModel)

Parameters

key HiKey

The key associated with this event.

panelModel PanelModel

The panel model associated with this event.

Properties

Key

Gets the key associated with this event.

public HiKey Key { get; }

Property Value

HiKey

PanelModel

Gets the panel model associated with this event.

public PanelModel PanelModel { get; }

Property Value

PanelModel