Raised when the user rotates the mouse wheel while the cursor is positioned over the diagram surface.
Namespace: MindFusion.Diagramming
File: DiagramView.js
SyntaxJavaScript
Copy Code
|
|---|
| diagramView.mouseWheel.addEventListener(onMouseWheel); function onMouseWheel(sender, args) { } |
Event DataEvent handlers receive a DiagramEventArgs instance as argument.
See Also