I am using EA Api's "EA_OnPostNewElement" to modify the dropped element from the Toolbox. As soon I drop the element from the toolbox to the diagram, EA properties diaglog is popped up. Even after using
Repository.SuppressEADialogs = true;
How to suppress the EA diaglog if any Element is dropped from the toolbox ?