Occurs when a drawing has been sized. The event handler receives an argument of type DrawingEventArgs containing data related to this event.
Introduced: X13.
public event DrawingEventHandler DrawingSized;
Public Event DrawingSized As DrawingEventHandler