Skip to content

[BUG] BindCommand with parameter #2904

@RomanSoloweow

Description

@RomanSoloweow

When using BindCommand with a parameter, like:

BindCommand (ViewModel,
   x => x.MyCommand,
   x => x.KeyBinding,
   x => x.MyProperty).DisposeWith (disposable);

The parameter will be initialized once. That is the parameter will remain the same even if the MyProperty is updated.
Expected Behavior: Execute an expression "withParameter" every time a command is executing

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions