You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@ajcvickers this would be similar to EntityLoading and EntityLoaded which is mentioned here, however that issue is about 7 years old, so I presume that's not going to be implemented.
My use case is pretty much the same as what has been described in that issue (copy & paste):
EntityLoading:
After object instance is created but before its properties are initialized. Can be used to reset a flag that will be set in newly created instances but shouldn’t be set during initialization, i.e. for validation.
EntityLoaded:
Can be used to setup anything after an object has been materialized, i.e. event handlers, flags, etc.
Is it possible to do some model initialization when:
A small example would be something like the following:
The text was updated successfully, but these errors were encountered: