
Occurs when an inserted image has been sized with the built-in mouse interface. The event handler receives an argument of type ImageEventArgs containing data related to this event.
[C#]
public event ImageEventHandler ImageSized;
[Visual Basic]
Public Event ImageSized As ImageEventHandler