Closed smeddows closed 11 months ago
Fixing the broken binding that was always passing null into the command. Explicitly stated the element name and then passed in the 'Background' property. Cast the parameter in the code behind with the Command
null
This should fix the issue found in (Issue #144)[https://github.com/microsoft/XamlBehaviorsWpf/issues/144].
Changed:
No changes to behavior are expected.
Description of Change
Fixing the broken binding that was always passing
null
into the command. Explicitly stated the element name and then passed in the 'Background' property. Cast the parameter in the code behind with the CommandBugs Fixed
This should fix the issue found in (Issue #144)[https://github.com/microsoft/XamlBehaviorsWpf/issues/144].
Changed:
Behavioral Changes
No changes to behavior are expected.