I have a listBox that my users will right-click on an item in the box and I want to present them 2 options...

Option 1 or Option 2

Option 1 does some piece of code, option 2 does some other bit of code...

What is the best way to do that?

Thanks!