Raised after a data item is added to the store.
Event
Main article: onInserted
Raised before a data item is added to the store.
Main article: onInserting
Raised after data is loaded to the store.
Main article: onLoaded
Raised before data is loaded to the store.
Main article: onLoading
Raised after a data item is added, updated, or removed from the store.
Main article: onModified
Raised before a data item is added, updated, or removed from the store.
Main article: onModifying
Raised before changes are pushed to the store.
Main article: onPush
Raised after a data item is removed from the store.
Main article: onRemoved
Raised before a data item is removed from the store.
Main article: onRemoving
Raised after a data item is updated in the store.
Main article: onUpdated
Raised before a data item is updated in the store.
Main article: onUpdating