ConnectionsChanged event not fired...

Hi..
I'm using Syncfusion 8.3.0.21 Diagram with C#.
I'd like to detect two node were connected with connector.

I added event handler such like this.
-------------------------------------------------------------------
diagram.Model.EventSink.ConnectionsChanged += new CollectionExEventHandler(EventSink_ConnectionsChanged);

private void EventSink_ConnectionsChanged(CollectionExEventArgs evtArgs)
{
...
}
-------------------------------------------------------------------
But the ConnectionsChanged event is not fired.
Could you please let me know how to detect whether new connector was connected between tow nodes?

Thanks in advance...




1 Reply

PM Pandi Murugan A Syncfusion Team October 8, 2010 04:09 AM UTC

Hi Youngjin Kim,

Thank you for your interest in Syncfusion Products.

Please refer the below online UG document to know how to detect whether a new link has been added/removed from diagram.

http://help.syncfusion.com/ug_83/User%20Interface/Windows%20Forms/Diagram/Documents/howtodetectwhetheranewlinkhasbeenaddedremovedfromadiagram.htm

Please let me know if you have any concerns.

Regards,
Pandi Murugan A


Loader.
Up arrow icon