DEConnectionPropertyChanged Event

       

Occurs after any property of the DEConnection object is changed.

Syntax

Sub object_DEConnectionPropertyChanged(value, string)

The DEConnectionPropertyChanged event syntax has these parts:

Part Description
object An object expression that evaluates to an item in the Applies To list.
value A value that specifies the DEConnection object that had its property value changed.
string A string expression that specifies the name of the property that was changed.

Remarks

If multiple properties are changed at once, this event generates for each modified property.