Node Creation

Hey ,

Want to incept event when every node is created in GoDiagram..Like Grid has it Item_DataBound when every cell is created, in the simple way is there a event that I can intercept when Eveny node is created and ready because I need to change fews things in the node Template..
Thanks,
DIP

You can customize the Diagram.PartManager by overriding its OnNodeAdded method. Call the base method first.

The FlowChart sample and maybe some other samples demonstrate this.