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
intThe delta value of the mouse wheel movement.
panelModel
PanelModelThe panel model associated with this event.
Properties
Delta
Gets the delta value of the mouse wheel movement.
public int Delta { get; }
Property Value
PanelModel
Gets the panel model associated with this event.
public PanelModel PanelModel { get; }