VLPropertyList Reference

MethodPropertyAdded

See Also See Also Applies To Applies To

Occurs when new property is added to the control in the Applies to list.

 

Syntax

Private Sub object_PropertyAdded (ByVal aProperty As CProperty)

 

The PropertyAdded event syntax has these parts:

PartDescription
object An object expression that evaluates to an object in the Applies to list.

aProperty

An object which evaluates to the CProperty, specifies the property added.

 

Remarks

PropertyAdded is generated after the new property is added.