BestCoder
May 28th, 2002, 11:33 AM
Hello,
I have a UserControl in which there is a Class called Points which has a collection of a class called Point. So what I would like to do is when there is a change in one of the items in Points, to call a sub in the UserControl. I can declare an event in Points and call it when a Point is added or removed which then fires in the UserControl and calles the subroutine I wish. But I can't figure out how to fire that event when a change occurs in one of the Points (Point Class). Does anyone have any ideas?
Thanks...
BestCoder
I have a UserControl in which there is a Class called Points which has a collection of a class called Point. So what I would like to do is when there is a change in one of the items in Points, to call a sub in the UserControl. I can declare an event in Points and call it when a Point is added or removed which then fires in the UserControl and calles the subroutine I wish. But I can't figure out how to fire that event when a change occurs in one of the Points (Point Class). Does anyone have any ideas?
Thanks...
BestCoder