- Apr 24, 2005
- 553
- 4
- 81
Microsoft has been actively discouraging the use of underscores in function and variable names in .NET, yet in VB.NET almost all event handlers contain underscores:
cmdMakeLove_Click
cboGirls_SelectedIndexChanged
etc. What's up with that?
cmdMakeLove_Click
cboGirls_SelectedIndexChanged
etc. What's up with that?