PropertyChanged

Description

Occurs after the OLE server changes the value of a property of the OLE object.

Event ID

Event ID

Objects

None

OLE


Arguments

Argument

Description

propertyname

The name of the property whose value changed. If propertyname is an empty string, a more general change occurred, such as changes to more than one property.


Return Values

None (do not use a RETURN statement)

Usage

Property change notifications are not supported by all OLE servers. The PropertyRequestEdit and PropertyChanged events occur only when the server supports these notifications.

Property notifications are not sent when the object is being created or loaded. Otherwise, notifications are sent for all bindable properties, no matter how the property is being changed.

The PropertyChanged event occurs after the property's value has changed. You can obtain the new value through the automation interface. The change can no longer be canceled. If you want to cancel a change, write a script for the PropertyRequestEdit event.

See also

DataChange

PropertyRequestEdit

Rename

ViewChange