Raised when an item is removed from the diagram, either programmatically or interactively.
JavaScript Copy Code |
---|
function onItemRemoved (sender, args) |
ItemRemoved handlers receive an event object of type ItemEventArgs.
To handle the ItemRemoved event, assign the name of the respective JavaScript function (for example 'onItemRemoved') to the ItemRemovedScript property.