Description
Event fired after an image has been created by McImages.Add
Syntax
Private Sub object_New(Image, CreationFlags)
The New Event syntax has these parts:
Remarks
This event is NOT fired when an image is opened from file. In that case the Open event is fired instead.
At the time that this event is fired on the McImage, it will not yet be visible or part of the images collection. When the event is fired on the Images collection, the image will have been added to the collection, but it will not yet be visible.
|