Table of Contents

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 HiMouseButton

The button that changed state.

panelModel PanelModel

The panel model associated with this event.

Properties

ChangedButton

Gets the button that changed state.

public HiMouseButton ChangedButton { get; }

Property Value

HiMouseButton

PanelModel

Gets the panel model associated with this event.

public PanelModel PanelModel { get; }

Property Value

PanelModel