Hello,
Context: I use VB.NET, VS2008, WinXP, Mindfusion FlowChart.NET 3.0 (I think).
I downloaded FCNet today and I am wild about its possibilities
. But when I try to capture adding of a DiagramItem, i.e. INTERACTIVE adding of such an item by the user, the Diagram.ItemAdded-event won't fire. Only when adding it from code, then the event fires.
On the contrary the Diagram.ItemRemoved-event fires correctly as well in interactive mode as when removing it from programming.
Then I discovered Diagram.NodeCreated, which does fire also in the interactive case.
--> ItemRemoved fires first, the NodeDeleted
--> ItemAdded doesn't fire, but NodeCreated does
Am I only creating a node interactively and not adding it ? Is that the reason ? But then how would a user ever add a node interactively, maybe never ?
I hope I'm not asking a question which has been answered 10 times already (I searched the forum but couldn't find it), and I appologize for lacking a good knowledge of the FCNET library ....
Thanks for (pointers to) help.
Kind regards
Marc De Valckenaere