​
​
​

Occurs when a drawing has been doubleclicked on. The event handler receives an argument of type DrawingEventArgs containing data related to this event.

​ Introduced: X13.

Syntax

​public event DrawingEventHandler DrawingDoubleClicked;
​Public Event DrawingDoubleClicked As DrawingEventHandler
​