Click to return to the Reusing Browser Technology home page    
ProgressChange Event     StatusTextChange Event     WebBrowser Control Events    
Web Workshop  |  Reusing Browser Technology

PropertyChange Event


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


Back to topBack to top

Did you find this topic useful? Suggestions for other topics? Write us!

© 1999 Microsoft Corporation. All rights reserved. Terms of use.