Raised when the user clicks the diagram at a point where no items are located.
Namespace: MindFusion.Diagramming
File: DiagramBase.js
SyntaxJavaScript
Copy Code
|
|---|
diagram.clicked.addEventListener(onClicked); |
Event DataEvent handlers receive a DiagramEventArgs instance that contains data about this event.
See Also