
Shape Added Event Not Firing
I have a group that accepts shapes on drop (IsDropTarget=True). When I
drag a shape (IsDropSource=True) over the group the source shape is added to
the target group as intended, only, the group's ShapeAdded event does not
fire. However, if instead I add the shape to the group using the Add To
Group method, the event does fire.
Is this intentional and is there a workaround?