PDA

Click to See Complete Forum and Search --> : COM/UserControl Question... please help


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

Edneeis
May 28th, 2002, 12:05 PM
Is this what you are talking about?
http://www.vbforums.com/showthread.php?s=&threadid=166968&

BestCoder
May 30th, 2002, 05:20 PM
Yes.... that's it! Thanks!

BestCoder

P.S. I like your signature! :)