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)
Value Description 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
See Also
Top of Page
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.