Event catching/logging
Is there anything that can be used to view events as they occur for a given class, without having to code for every event.
I want to watch the behaviour or event order of a specific dataclass, but dont want to write tons of code: for each event, write to a log.
Any ideas?
btw, I want to watch the DataGridView class.

