Occurs when a drawing has been moved. It does not occur, if an inline or anchored drawing has been moved because text has been inserted. The event handler receives an argument of type DrawingEventArgs containing data related to this event.

Introduced: X13.

Syntax

public event DrawingEventHandler DrawingMoved;
Public Event DrawingMoved As DrawingEventHandler