Description

Event fired after an image has been opened by McImages.Open or by McImage.Reload

Syntax

Private Sub object_Open(Image, Stream, CreationFlags)

The Open Event syntax has these parts:

PartDescription
objectA McImages object.
ImageA McImage object.

The McImage just opened.

StreamAn Object object.

The McStream object used to open the image.

CreationFlagsA Long value.

See mcImageCreateFlags for the list of supported flags.