Description
A Viewer property has changed.
Syntax
Private Sub object_PropertyChanged(Window, lPropertyDispID)
The PropertyChanged Event syntax has these parts:
|
| object | A McWindow object. | | Window | A McWindow object. | | lPropertyDispID | A Long value. The DispID of the property that changed.
|
|