Search
DiagramView.mouseWheel Event
See Also
 





Raised when the user rotates the mouse wheel while the cursor is positioned over the diagram surface.

Namespace: MindFusion.Diagramming
File: DiagramView.js

 Syntax

JavaScript  Copy Code
diagramView.mouseWheel.addEventListener(onMouseWheel);

 Event Data

Event handlers receive a DiagramEventArgs instance as argument.

 See Also