Search
NodeCreated Event

Raised when the user draws a new node.

Syntax

JavaScript  Copy Code

function onNodeCreated (sender, args)

Event Data

NodeCreated handlers receive an event object of type NodeEventArgs

Remarks

To handle the NodeCreated event, assign the name of the respective JavaScript function (for example 'onNodeCreated') to the NodeCreatedScript property.

See Also

DiagramView Members
DiagramView Class
MindFusion.Diagramming Namespace
InitializeNode Event
NodeCreating Event