MindFusion.Diagramming for JavaScript Programmer's Guide

DoNothingBehavior.onMouseUp Method

See Also
 





BehaviorBase.onMouseUp override.

Namespace: MindFusion.Diagramming
File: DoNothingBehavior.js

 Syntax

JavaScript  Copy Code

function onMouseUp (e)

 Parameters

e

A MouseButtonEventArgs that contains the event data.

 See Also