Raised when the user rotates the mouse wheel while the cursor is positioned over the diagram surface.
Namespace: MindFusion.Diagramming
Assembly: Events.js
SyntaxJavaScript
Copy Code
|
|---|
get mouseWheel() {} |
String
A string containing the event name.
RemarksEvent 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