How can I trigger an event when the user opens a DataGridViewComboBoxCell to change their selection and they right click on one of the items listed? I would like to display a context menu when a user right clicks on certain items in the drop down.
I know in general how to display a context menu, I just can't figure out how to trigger an event when the user right clicks on the combobox when it's in edit mode (when the user is selecting items from the drop down)