Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Can afterPropertySet and listChanged events be consolidated? #117

Open
mattheyan opened this issue May 15, 2023 · 0 comments
Open

Can afterPropertySet and listChanged events be consolidated? #117

mattheyan opened this issue May 15, 2023 · 0 comments

Comments

@mattheyan
Copy link
Contributor

The events serve the same purpose and have the same event object structure, they are just raised in different spots due to the way that the change is detected (i.e. call to Property$setValue vs. change to observable collection detected). In practice it is very likely that code using the events is registering for both events with the same handler. Can they be combined?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant