Is there anyway to determine when an item in a Collection that is part of a PropertyGrid has changed? For a normal item in a PropertyGrid, PropertyValueChanged is triggered. But Nothing seems to be triggered when the PropertyGrid item is a collection.
I want to know when something changes in the collection above.
Thanks,
Tim
Hi Tim,
Thank you for posting in our forums!
What type of object are you trying to show in the property grid? Is it one of our controls or something else?
Looking forward to hearing from you.
It's a collection of a class you can see in the 2nd picture. The PropertyGird is a standard Windows one. I was hoping maybe someone here would have some insight. Not having much luck on the general .Net forums.