Occurs when the PutProperty method changes the value of a property.
Syntax
Private Sub object_PropertyChange(ByVal szProperty As String)
Parameters
- object
- An object expression that evaluates to an object in the Applies To list.
- szProperty
- A string expression that contains the name of the property whose value has changed.
Applies To
InternetExplorer
See Also
GetProperty