OnModelUpdateExecute is triggered after successful Model validation and right before the model UPDATE DB statement execution. Usually it is triggered as part of the App.Save() in the following firing order: OnModelUpdate { -> OnModelValidate (skipped with App.SaveNoValidate()) -> OnModelUpdateExecu
(tags ...string)
| 874 | // then all event handlers registered via the created hook will be |
| 875 | // triggered and called only if their event data origin matches the tags. |
| 876 | OnModelUpdateExecute(tags ...string) *hook.TaggedHook[*ModelEvent] |
| 877 | |
| 878 | // OnModelAfterUpdateSuccess is triggered after each successful |
| 879 | // Model DB update persistence. |
no outgoing calls