
Occurs when an inserted image has been moved with the built-in mouse interface. It does not occur if an image inserted as character has been move because text has been inserted. The event handler receives an argument of type ImageEventArgs containing data related to this event.
[C#]
public event ImageEventHandler ImageMoved;
[Visual Basic]
Public Event ImageMoved As ImageEventHandler