Pirahnaplant
Well-known member
- Joined
- Mar 29, 2009
- Messages
- 75
- Programming Experience
- 3-5
I have a class with a property that is a list. Within the Set portion of the property I want to run some code, however the problem is that the code is not executed when the list is modified with something such as List.Add, List.Remove, etc. Is there something I can do about this?