Occurs when a drawing has been activated. The event handler receives an argument of type DrawingEventArgs containing data related to this event. A drawing is activated, when the user clicks the drawing with the mouse. The user can alter the drawing's contents, when it is activated. When the user clicks on the drawing's border, it is selected. A selected drawing can be sized, moved or copied to the clipboard.

Introduced: X13.

Syntax

public event DrawingEventHandler DrawingActivated;
Public Event DrawingActivated As DrawingEventHandler