Table of Contents

Class HiMouseWheelEvent

Namespace
Hi.PanelModels
Assembly
HiDisp.dll

Mouse wheel event for cross-platform.

public class HiMouseWheelEvent : EventArgs
Inheritance
HiMouseWheelEvent
Inherited Members
Extension Methods

Constructors

HiMouseWheelEvent(int, PanelModel)

Initializes a new instance of the HiMouseWheelEvent class.

public HiMouseWheelEvent(int delta, PanelModel panelModel)

Parameters

delta int

The delta value of the mouse wheel movement.

panelModel PanelModel

The panel model associated with this event.

Properties

Delta

Gets the delta value of the mouse wheel movement.

public int Delta { get; }

Property Value

int

PanelModel

Gets the panel model associated with this event.

public PanelModel PanelModel { get; }

Property Value

PanelModel