Search
Events.mouseWheel Property
See Also
 





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

Namespace: MindFusion.Diagramming
File: Events.js

 Syntax

JavaScript  Copy Code

get mouseWheel() {}
set mouseWheel(value) {}

 Property Value

String

A string containing the event name.

 Remarks

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.

 See Also