Hi,
Is there a way to know which .net events are being called on a control in real time?
I'm not talking about "win32" event from spy++. I'm looking for events like BackColorChanged, CausesValidationChanged, ect.
Thanks!
Hi,
Is there a way to know which .net events are being called on a control in real time?
I'm not talking about "win32" event from spy++. I'm looking for events like BackColorChanged, CausesValidationChanged, ect.
Thanks!
one method would be to have your program write a log entry when an event is fired
and save that log when the program closes