Occurs when a drawing has been clicked on with the right mouse button. The event handler receives an argument of type DrawingEventArgs containing data related to this event.

Introduced: X13.

Syntax

public event DrawingEventHandler DrawingRightClicked;
Public Event DrawingRightClicked As DrawingEventHandler