S
Scott
Our code does some processing when certain shape types are dropped onto the
page. We would like to take slightly different actions when shapes are
automatically created as a result of the user dragging rows from the External
Data window onto the drawing page. Consequently, we need to determine whether
a shape was dropped by dragging it from the External Data window versus some
other means.
Would the ShapeLinkAdded event be a good way to trap this condition? Does
this same event fire if the user does Autolinking instead of manually
dragging a data row onto the page? If so, is there a way to differentiate
between the two?
Any other suggestions for a way to uniquely identify that a shape was
created by dragging a data row onto the page?
Thanks
page. We would like to take slightly different actions when shapes are
automatically created as a result of the user dragging rows from the External
Data window onto the drawing page. Consequently, we need to determine whether
a shape was dropped by dragging it from the External Data window versus some
other means.
Would the ShapeLinkAdded event be a good way to trap this condition? Does
this same event fire if the user does Autolinking instead of manually
dragging a data row onto the page? If so, is there a way to differentiate
between the two?
Any other suggestions for a way to uniquely identify that a shape was
created by dragging a data row onto the page?
Thanks