CHANGE
CHANGE
Readonly<
ManagedChangeEvent
>
Event that is emitted by ManagedObject.emitChange()
without parameters; this is an instance of the ManagedChangeEvent
class that can be widely reused and emitted on all managed objects, to signal that the internal state of the object has changed.
Note: This event (instance) can be emitted directly using the
ManagedObject.emitChange()
method.