Hi,
I need a click event on created connection with shapes.
Can you tell me how will i get this event?
Thanks
1 Answer, 1 is accepted
0
Miro Miroslavov
Telerik team
answered on 29 Aug 2012, 07:36 AM
Hi Shrikant,
If need a click event handler on the Shape - you can handle the RadDiagram.ShapeClicked event.
If you need a click event on the Connection - you need to handle the RadDiagram.ItemsChanged event, get the new connection and handle its MouseDown (Up) event.