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
HiKeyThe key associated with this event.
panelModel
PanelModelThe panel model associated with this event.
Properties
Key
Gets the key associated with this event.
public HiKey Key { get; }
Property Value
PanelModel
Gets the panel model associated with this event.
public PanelModel PanelModel { get; }