Skip to content

Allow binding callbacks to ViewActions #63

Description

@patrik-u

It could be convenient if you could bind a callback to a view action. The callback then can reside inside Item data:

<List Items=...>
    <ListItem Click="{#Item.ItemClicked}"> 
     ....

And in that way we no longer limit view action handlers to being on the parent view-model. Most of this can be worked around at the moment, see if there are more use-cases that warrants this functionality.

Metadata

Metadata

Assignees

No one assigned

    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