Raised when an item is added to the diagram.
Namespace: MindFusion.Diagramming
File: Events.js
SyntaxJavaScript
Copy Code
|
|---|
get itemAdded() {} |
String
A string containing the event name.
RemarksEvent handlers receive an ItemEventArgs instance as argument.
See Also