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:
|
| object | A McImages object. | | Image | A McImage object. The McImage just opened.
| | Stream | An Object object. The McStream object used to open the image.
| | CreationFlags | A Long value. See mcImageCreateFlags for the list of supported flags.
|
|