How to detect Which node is Deleted from Diagram through ChangedEvent

I got the answer from here

Thanks @walter

“SelectionDeleted”: function(e) { e.subject.each(function(p) { console.log(p.part.data); }) }