Skip to content

Allow for single event for all properties with [Notify] attribute #197

Description

I use the NotifyAttribute for all kind of UI work, where I want a control to update, when UI-relevant data of the object has changed. This works great for a few proeprties with the current setups but doesn't scale well, when the number of properties with the NotifyAttribute increases, as each one requires a new subscription and desubscription of the event handler.

It would be greate if there was one event generated, that is triggered when any of the properties with the NotifyAttribute changes.

Metadata

Metadata

Assignees

Labels

enhancementNew feature or request

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions