Class HiMouseButtonEvent
- Namespace
- Hi.PanelModels
- Assembly
- HiDisp.dll
Mouse button event for cross-platform.
public class HiMouseButtonEvent : EventArgs
- Inheritance
-
HiMouseButtonEvent
- Inherited Members
- Extension Methods
Constructors
HiMouseButtonEvent(HiMouseButton, PanelModel)
Initializes a new instance of the HiMouseButtonEvent class.
public HiMouseButtonEvent(HiMouseButton changedButton, PanelModel panelModel)
Parameters
changedButton
HiMouseButtonThe button that changed state.
panelModel
PanelModelThe panel model associated with this event.
Properties
ChangedButton
Gets the button that changed state.
public HiMouseButton ChangedButton { get; }
Property Value
PanelModel
Gets the panel model associated with this event.
public PanelModel PanelModel { get; }