"RemoveFromGroup" event

H

Hin

Anyone knows how can i capture the action of removing
a IsDropSource shape from a IsDropTarget shape?
There is a ShapeParentChange event but i don't know
from which group the sub-shape is removed.
Thanks.
 
M

Mark Nelson [MS]

Add a User-Defined cell to your member shape to store the GUID of its
current parent shape. When handling the ShapeParentChange event, read the
cell to find out the previous parent. Then assign the new parent's GUID to
the shape.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top