Hi everybody,
I have a question, What is the use of theobject included in all event handlers?VB Code:
e As System.EventArgs
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.
