Click or drag to resize

_DMcGraphOverlayEventsObjectPropertyChanged Method

This Object's property identified by propertyId was changed. Or an attempt to edit properties could not be honored.

Namespace:  MediaCy.IQL.Display.Overlays
Assembly:  MediaCy.IQL.Display.Overlays (in MediaCy.IQL.Display.Overlays.dll) Version: 10.0.6912.0
Syntax
VB
Sub ObjectPropertyChanged ( 
	Overlay As McGraphOverlay,
	Object As McGraphObj,
	propertyId As Integer
)

Parameters

Overlay
Type: MediaCy.IQL.Display.OverlaysMcGraphOverlay
the event source overlay.
Object
Type: MediaCy.IQL.Display.OverlaysMcGraphObj
graphic object related to this event.
propertyId
Type: SystemInt32
If a property has changed, the dispid of the property that changed. Or if an edit attempt is blocked, a special code to indicate why. The dispid values and the special codes are in the mcMcOvrLibPropertyIDs enum.
See Also