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
At the moment the ObservableSlim doesn't support that functionality. The primary goal of the library is to observe changes immediately after they happen rather than intercept them before they occur.
It would be possible to do what you describe and it would be a pretty simple change. The _notifyObservers function would just need to be invoked before the change is applied to the target object.
I'm marking this as an enhancement for future development. Thanks for the input!
there is a way to detect before update or delete? like an event?
The text was updated successfully, but these errors were encountered: