WPF. Changing CheckBox IsChecked through MultiBinding doesn't triger CheckBox Command -
i have datagrid in wpf app view use check boxes in row headers. <datagrid.rowheadertemplate> <datatemplate> <grid > <checkbox borderthickness="0" command="{binding datacontext.assignpartstogroupcommand, relativesource={relativesource findancestor, ancestortype={x:type usercontrol}}}" > <checkbox.commandparameter> <multibinding converter="{staticresource partsgroupassignconverter}"> <binding path="ischecked" relativesource="{relativesource self}" mode="oneway"/> <binding relativesource="{relativesource mode=findancestor, ancestortype={x:type datagridrow}}...