AD
Administrator
Syncfusion Team
December 8, 2008 03:29 AM UTC
Hi Aida,
In the method, just type the following "IF condition clause":
NodeCollection nd = this.diagram1.View.SelectionList;
if(!nd.IsEmpty)
if (nd.First is Node)
{
MessageBox.Show("Test");
}
Let me know if you need any further clarification in this regard, Thanks!
Happy coding!
- Ajeet