Responder/Notification/Observer for kDuplicateCmdBoss
Hi,
I want to know when page items are duplicated. Command - kDuplicateCmdBoss.
I have Document Observer and I am able to observe kCopyPageItemCmdBoss which gets call during paste operation.
When user paste then I can get ICopyCmdData->GetInputItems and can determine whether copy is done from kScrapDocBoss or kDocBoss.
When user duplicate the spread then I can observe kCreateSpreadFromSpreadCmdBoss and from the duplicated spread, I can retreive the new page items.
But I did not find any way to capture kDuplicateCmdBoss and get list of duplicated items.
Any clues ?
Regards,
Rahul Rastogi