In C#, I could do something like this:
EventHandler handler = this.SomeEvent;
...which would allow me to, for example, do:
Private Event MyEvent() Private delegates() As System.Delegate = MyEventEvent.GetInvocationList()
undocumented, found here