Description

Event fired when an McImage property is assigned a new value.

Syntax

Private Sub object_PropertyChanged(Image, Property)

The PropertyChanged Event syntax has these parts:

PartDescription
objectA McImages object.
ImageA McImage object.

The McImage being assigned to.

PropertyA Long value.

The property ID. This will be one of the mcImageLibPropertyIDs enum values.