Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

ByVal sender As System.Object, ByVal e As System.EventArgs

Status
Not open for further replies.

adonet

MIS
May 4, 2004
312
US
Once create a sub, default parameter is "ByVal sender As System.Object, ByVal e As System.EventArgs". What is meaning? How to use them in coding?
 
sender" is the control that is sending the event.
"e" is any arguments that the event will have passed to it.

Chip H.

____________________________________________________________________
If you want to get the best response to a question, please read FAQ222-2244 first
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top