[go: up one dir, main page]

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

Distinguish between SourceUpdated and TargetUpdated #17504

Open
yangtao20071714 opened this issue Nov 14, 2024 · 0 comments
Open

Distinguish between SourceUpdated and TargetUpdated #17504

yangtao20071714 opened this issue Nov 14, 2024 · 0 comments

Comments

@yangtao20071714
Copy link

Is your feature request related to a problem? Please describe.

In WPF, most controls have two events, SourceUpdated and TargetUpdated, to distinguish changes in target properties and source properties.
For example, if I only want to do some additional operations when the target property changes rather than when the source property changes, I can do additional operations in the TargetUpdated event.
But in avalonia, there is no distinction between SourceUpdated and TargetUpdated, and it can only monitor changes in source data.

Describe the solution you'd like

if I only want to do some additional operations when the target property changes rather than when the source property changes, I can do additional operations in the TargetUpdated event。

Describe alternatives you've considered

No response

Additional context

No response

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

No branches or pull requests

2 participants