If I have an event in a class, and I type that event name in a function in the same class and type an open bracker '(', it does not give me the event parameters. It reeates it as an event call from an external class, as if its only expecting a += or -=.
This needs to be fixed wither I qualify this event with "this." or not. I assume it fails forcases of "base'". I have not tested that condition.