Raised when the user rotates the mouse wheel while the cursor is positioned over the diagram surface.
Namespace: MindFusion.Diagramming
File: Events.js
JavaScript Copy Code |
---|
get mouseWheel() {} |
String
A string containing the event name.
Event handlers receive a DiagramEventArgs instance as argument. Unlike most events listed here, the event listener must be added to DiagramView instead of Diagram, and respectively the sender argument of handler function is set to the view.
JavaScript Pack Programmer's Guide | © 2024 MindFusion |