Answers for "icommand checkbox"

0

icommand checkbox

<CheckBox Content="CheckBox"
          Command="{Binding YourCommand}"
          CommandParameter="{Binding IsChecked, RelativeSource={RelativeSource Self}}" />
Posted by: Guest on July-08-2021

Browse Popular Code Answers by Language