Node Created and Node Deleted

Hello, i’m learning Goxam in Silverlight and i can’t detect a creation node event when drag a item in FLOWGRAMMER example. How can i do?.

Normally when you want to do something upon the user’s dropping something from another diagram (usually a Palette) you implement a Diagram.ExternalObjectsDropped event handler.

The Diagram.SelectedParts collection tells you what was dropped.

thanks! This works fine!