Raised when the user draws a new node.
JavaScript Copy Code |
---|
function onNodeCreated (sender, args) |
NodeCreated handlers receive an event object of type NodeEventArgs.
To handle the NodeCreated event, assign the name of the respective JavaScript function (for example 'onNodeCreated') to the NodeCreatedScript property.