Guest User

Untitled

a guest
Jul 15th, 2018
94
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
VB.NET 0.21 KB | None | 0 0
  1.     Private Sub ContextMenuStrip1_ItemClicked(sender As System.Object, e As System.Windows.Forms.ToolStripItemClickedEventArgs) Handles ContextMenuStrip1.ItemClicked
  2.         MsgBox(e.ClickedItem.Text)
  3.     End Sub
Add Comment
Please, Sign In to add comment