Any way to notify about cut operation

Hi,

Is there any way given by GoXam Diagram by which I can subscribe to cut operation. Like we subscribe to Model.Changed event and can identify whether the node is added or removed. Like the same Is there any way to identify about the cut operation initiated on diagram.

Thanks

If you want to be able to distinguish a call to CommandHandler.Cut from consecutive calls to CommandHandler.Copy and CommandHandler.Delete, you are going to have to override that CommandHandler.Cut method.