Fires when the PutProperty method of the object changes the value of a property.
Syntax
Private Sub object_PropertyChange( _
ByVal sProperty As String)
Parameters
- object
- Object expression that resolves to the InternetExplorer object.
- sProperty
-
A String that specifies the name of the property whose value has changed.
Error Codes
No return value.
Remarks
The WebBrowser object ignores this event.
Applies To
See Also