VLPropertyList Reference

Read/Write PropertyAutoUpdateSource

See Also See Also Applies To Applies To

Indicates if the change in value of the property should be to the corresponding source object (object associated with this property).

 

Syntax

object.AutoUpdateSource[= boolean ]

 

The AutoUpdateSource property syntax has these parts:

PartDescription
object An object expression that evaluates to the objects in Applies to list.
boolean A Boolean expression to specify the update of the object on property value change.

 

Setting

The settings for Value are:

SettingsDescription
True (Default) Changed value is applied to the object.
False Changed value is not applied to the object.

 

Remark

ValidateValue event is triggered independent of the value of this property.