Use the PropLis class by creating an instance and calling its attachListener method:plObj = PropLis;
plObj.ObservedPropans =1plObj.attachListener
plObj.ObservedProp = 2;The ObservedProp property has changed.
The new value is: 2
Its default value is: 1See Also
event.proplistener | handle.addlistener | handle.listenerRelated Examples
- “Listener Lifecycle” on page 11-28
- “Implement Property Set Listener” on page 11-11
11 Events — Sending and Responding to Messages