Profile Picture

EventSinkService NodeInserted Shape as Group

Posted By Volvick Derose 14 Years Ago
Author
Message
Volvick Derose
Posted 14 Years Ago
View Quick Profile
Forum Guru

Forum Guru (71 reputation)Forum Guru (71 reputation)Forum Guru (71 reputation)Forum Guru (71 reputation)Forum Guru (71 reputation)Forum Guru (71 reputation)Forum Guru (71 reputation)Forum Guru (71 reputation)Forum Guru (71 reputation)

Group: Forum Members
Last Active: 12 Years Ago
Posts: 71, Visits: 1
When I add shape to my library as shape or composite shape, works fine, but does not work for group added

NGroup myShape = args.Child as NGroup;//this is a group that was added to the library

then I go

if (myShape.Name == "group name")
{

MessageBox.Show("message");
}

does not work




Similar Topics


Reading This Topic