OnPropertyChange Event (ALog)

Notifies an application that the PutProperty method has changed the value of a property.

Syntax

Object.OnPropertyChange ( sProperty )

The OnPropertyChange event syntax has the following parts:

 

Name

Type

Description

Object

ALog

ALog control

sProperty

Val BString

The property name.

Comments

For more information on the ALog control, see the Microsoft WebBrowser control documentation in the Microsoft web site.

Applies to

ALog

See Also

OnProgressChange