Question PropertyGrid Item Collection changed?

tim8w

Active member
Joined
Oct 26, 2010
Messages
38
Programming Experience
5-10
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.


PropertyGridCollection1.png

PropertyGridCollection2.png



I want to know when something changes in the collection above.

Thanks,

Tim
 
Back
Top