Skip to content

Add method to dependency fields to notify observers that value has been changed internally #70

Description

@patrik-u

For now if you e.g. change Offset.Left = 10 you need to call view.NotifyDependentValueObservers("Offset", true) to notify observers that the offset has changed internally. To simplify this we can make it so you can call: Offset.NotifyChanged(); to do the same thing.

`

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Fields

    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions