Search
NodeDeselected Event

Raised when a node is deselected, either programmatically or by the user.

Syntax

JavaScript  Copy Code

function onNodeDeselected (sender, args)

Event Data

NodeDeselected handlers receive an event object of type NodeEventArgs.

Remarks

To handle the NodeDeselected event, assign the name of the respective JavaScript function (for example 'onNodeDeselected') to the NodeDeselectedScript property.

See Also

Diagram Members
Diagram Class
MindFusion.Diagramming Namespace
NodeSelected Event