M
mCompany
I'm building menus in code from a database. How do I
determine which menu item was selected? Does the
System.EventArgs contain this? If so, what property?
Here's the declaration:
Private Sub Menu_Click(ByVal sender As Object, ByVal e As
System.EventArgs) Handles MyBase.Click
Thanks!
determine which menu item was selected? Does the
System.EventArgs contain this? If so, what property?
Here's the declaration:
Private Sub Menu_Click(ByVal sender As Object, ByVal e As
System.EventArgs) Handles MyBase.Click
Thanks!