Search
Events.clicked Property
See Also
 





Raised when the user clicks the diagram at a point where no items are located.

Namespace: MindFusion.Diagramming
Package: Events.js

 Syntax

JavaScript  Copy Code

get clicked() {}
set clicked(value) {}

 Property Value

String

A string containing the event name.

 Remarks

Event handlers receive a DiagramEventArgs instance as argument.

 See Also