PropertyChange EventPropertyChange Event*
*



Contents  *



Index  *Topic Contents
*Previous Topic: ProgressChange Event
*Next Topic: StatusTextChange Event

PropertyChange Event

Description

Occurs when the PutProperty method changes the value of a property.

Syntax

Private Sub object_PropertyChange(ByVal szProperty As String)

ValueDescription
objectAn object expression that evaluates to an object in the Applies To list.
szPropertyA string expression that contains the name of the property whose value has changed.

Applies To

InternetExplorer

See Also

GetProperty


Up Top of Page
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.