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 ImageCollection.Add method. The event handler receives an argument of type ImageEventArgs containing data related to this event.

Syntax

public event ImageEventHandler ImageCreated;
Public Event ImageCreated As ImageEventHandler