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.

Introduced: 12.0.

Syntax

public event ImageEventHandler ImageRightClicked;
Public Event ImageRightClicked As ImageEventHandler