Hi Samir,
Thanks for using Syncfusion products.
We suggest you to use the diagram.Eventsink’s ‘NodeClick’
event to achieve your requirement. Please refer the below code snippet.
Here is the code:
[C#]
diagram1.EventSink.NodeClick += new NodeMouseEventHandler(EventSink_NodeClick);
void
EventSink_NodeClick(NodeMouseEventArgs
evtArgs)
{
MessageBox.Show(evtArgs.Node.ToString());
}
Please try the below attached sample and let us know if you
have any queries.
Regards,
Amsath Ali. M
F109502_5adf4eb5.zip