Raised when the user clicks the diagram at a point where no items are located. The event handlers get a DiagramEventArgs instance that contains data about this event.
Namespace: MindFusion.Diagramming
Package: Events.js
JavaScript Copy Code |
---|
var clicked |
This event is raised only if the user clicks an unoccupied point of the diagram. If the user clicks a diagram item, either nodeClicked or linkClicked event occurs.