The Moles documentation describes how to raise events on class stubs but the same method doesn't work with a full Mole. You can add a delegate to the add / remove methods, but you can't manually raise the event.
The only solution I can think of is to create a RaiseEvent() method on the class being tested, but that kinda defeats the point of using moles.
Any suggestions?