How to know the name of paragraph style group being deleted from InDesign?
Hi.
I am working on a plugin and need to know the name of paragraph style group being deleted from InDesign.
I have implemented a document observer and attached IID_IPARASTYLEGROUPMANAGER. With this I can get the notification whenever any paragraph style group is deleted. The value of "theChange" is kDeleteParaStyleGroupCmdBoss.
Now i tried to get the pointer to IUIDData for this command but I got Null pointer. This must be because the group has already been deleted by then.
Is there any way to get the name of style group when it is deleted?