OnObjectSingleClicked problem?

Hello -

I'm having a problem with the GoView OnObjectSingleClicked event - it only seems to be raised on a left click. Since the evt param gives you access to which button was pressed, I was hoping that the event would be raised on either a right or left click, and then I could determine which button was pressed and go from there.
Is this a bug, or is there some other way to determine when an object has been right clicked on that I should be using?
Many thanks...!

Use the GoView.ObjectContextClicked event instead.

Thanks, works a charm!!!