Skip to content

Can afterPropertySet and listChanged events be consolidated? #117

@mattheyan

Description

@mattheyan

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?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions