Raised when the user rotates the mouse wheel while the cursor is positioned over the diagram surface.
Namespace: MindFusion.Diagramming
File: DiagramView.js
JavaScript Copy Code |
---|
diagramView.mouseWheel.addEventListener(onMouseWheel); |
Event handlers receive a DiagramEventArgs instance as argument.
MindFusion.Diagramming for JavaScript Programmer's Guide | © 2024 MindFusion |