Occurs when a new drawing has been created. It occurs, when a drawing has been inserted in the document via the clipboard and when a file containing drawings has been loaded. It does not occur, when a drawing has been added with the DrawingCollection.Add method. The event handler receives an argument of type DrawingEventArgs containing data related to this event.

Introduced: X13.

Syntax

public event DrawingEventHandler DrawingCreated;
Public Event DrawingCreated As DrawingEventHandler