PropertyGrid and CollectionEditor events

G

Guest

Is there a way to create events in collection editor and have the
propertygrid registered for that event? For example, CollectionEditor could
have an OnRemove event that fires when a user click on the Remove button.
I'd like to know when this happens (per item based) so I could have the main
application do something (e.g. update the database).

In another word, what is the best way to synch collection type data with the
database when the collection property is exposed via the propertygrid?

Any ideas is appreciated.
 
R

Robbe Morris - [MVP] C#

Check out the link below. You may want to go a much simpler
route to enable you to handle much more complex requirements.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top