In many asp.net Sub routines there is a "(Sender As Object, E As EventArgs)" - what does this mean?
I kind of know what sender is : the object that triggers the event but what is the purpose of EventArgs "E" ? can you give me an example or explain it to me
Why does it seem to be necessary in some places but not in others?
thanks
I kind of know what sender is : the object that triggers the event but what is the purpose of EventArgs "E" ? can you give me an example or explain it to me
Why does it seem to be necessary in some places but not in others?
thanks