track RaiseEvents calls

is it (simple) possible to track/debug all calls to RaiseEvents?
maybe something as replacing RaiseEvents with a own Method?

What exactly are you trying to track? Events raised show up in a stack trace from an exception if you’re trying to see the order. Similarly, the CurrentMethodName constant works just the same in event handlers.

i used many RaiseEvents calls and want see if they are correct, nothing missing, nothing is duplicate unnecessary,…