VLPropertyList Reference

MethodPropertyDeleted

See Also See Also Applies To Applies To

Occurs when a property is deleted from the control in the Applies to list.

 

Syntax

Private Sub object_PropertyDeleted (ByVal aProperty As CProperty)

 

The PropertyDeleted 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 deleted.

 

Remarks

PropertyDeleted is generated after a property is deleted.