Hi,
I am able to capture below events and get the UID of the Frame for cut/delete and paste events, But my observer(aggregated on kDocBoss on subject IID_IHIERARCHY_DOCUMENT)
does not notifies me for Copy event.
In case of cut/delete frame, I can capture below:
- kDeleteInsetPageItemCmdBoss
- kRemoveFromHierarchyCmdBoss
- kDeletePageItemCmdBoss
In case of Paste frame, I am getting:
- kNewPageItemCmdBoss
- kAddToHierarchyCmdBoss
- kNewFrameCmdBoss
- kNewInsetPageItemCmdBoss
What can I do to get the notification for copy page Item event in a similar fashion?