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
Timothy,
I did a google search to see what I could find on collection changed events for the .NET PropertyGrid control and found the following three resources:
From these resources it seems that your best options are to either use a collection that has change notifications and hook into those or create your own CollectionEditor to add the events.
Please note that our forums are for providing assistance on the Infragistics Controls and questions on Microsoft controls should be asked on Microsoft forums or StackOverflow.
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.
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.