Search
ItemRemoved Event

Raised when an item is removed from the diagram, either programmatically or interactively.

Syntax

JavaScript  Copy Code

function onItemRemoved (sender, args)

Event Data

ItemRemoved handlers receive an event object of type ItemEventArgs.

Remarks

To handle the ItemRemoved event, assign the name of the respective JavaScript function (for example 'onItemRemoved') to the  ItemRemovedScript property.

See Also

Diagram Members
Diagram Class
MindFusion.Diagramming Namespace
ItemAdded Event