Hi everybody,
I have a question, What is the use of the
VB Code:
  1. e As System.EventArgs
object included in all event handlers?

I have never seen any code that uses it, it even doesn't have any usefull properties or methods within.

I found about 200 subclasses but I guess each one is related to a different event.