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.

Syntax

public event ImageEventHandler ImageRightClicked;
Public Event ImageRightClicked As ImageEventHandler