
Occurs when an image has been clicked on with the right mouse button. The event handler receives an argument of type ImageEventArgs containing data related to this event.
[C#]
public event ImageEventHandler ImageRightClicked;
[Visual Basic]
Public Event ImageRightClicked As ImageEventHandler