Emitted when this element becomes detached, which typically happens when the element is removed from its parent. An ElementDetachedEvent is the actual emitted event.
Emitted when any child element of this element has a change. See ModelChangedEvent for details.
Emitted when a remote reference is created on this RealTimeElement. See RemoteReferenceCreatedEvent for the actual emitted event.
Emitted when a key-value pair is removed from a RealTimeObject. See ObjectRemoveEvent for the actual emitted event.
Emitted when a value is initially set or replaced on a RealTimeObject. See ObjectSetEvent for the actual emitted event.
Emitted when the entire value of a RealTimeObject is set, meaning its entire contents were replaced (or initially set). See ObjectSetValueEvent for the actual emitted event.
The events that could be emitted by a RealTimeObject or HistoricalObject.