Occurs when a new image has been created. It occurs if an image has been inserted in the document with the clipboard or if a file containing images has been loaded. It does not occur if an image has been added with the Image
public event ImageEventHandler ImageCreated;
Public Event ImageCreated As ImageEventHandler