Raised when the user starts drawing a new node, just after the DiagramNode instance is created.
Namespace: MindFusion.Diagramming
File: Events.js
SyntaxJavaScript
Copy Code
|
|---|
get initializeNode() {} |
String
A string containing the event name.
RemarksEvent handlers receive a NodeEventArgs instance as argument.
See Also