Skip to main content

DidChangeEvent

DidChangeEvent

Static Fields

None

public DidChangeEvent None

Do not generate a change event.

Read

public DidChangeEvent Read

Dispatch the change event during local changes or during model deserialization. This is the legacy Normcore behavior (prior to 2.13.0).

A portion of the model's properties may not have been deserialized yet when this change event is fired.

AfterRead

public DidChangeEvent AfterRead

Dispatch the change event during local changes or after the current datastore update. This guarantees that all other properties and models have been deserialized.