Short answer, no.
Long answer.
The reason is that
System.EventArgs.Empty[
^] is a Static field, that gives an Empty EventArgs and when you then in debugger goes in that static field, it will give you a new Empty EventArgs, and a new one and an new etc.