eInstance_StopWatching
Module:
ecereCOM
Namespace:
ecere::com
dllexport void
eInstance_StopWatching
(
Instance
instance,
Property
_property,
Instance
object)
Description
Stops a previously set "watch"
Parameters
instance
Instance
(null)
_property
Property
(null)
object
Instance
(null)
Usage
stopwatching(instance, property);
Example
stopwatching(foo, bag);
stopwatching(foo, box);
See Also
eInstance_Watch()