I have a checkbox on a DockPane in an Add-in. When the user clicks the checkbox, I want to call a command in the ViewModel.
I can get a simple command to work.
However, I need to pass the status of the checkbox back to the command. How do you do this? I can't seem to get the command to accept parameters.
Solved! Go to Solution.
Hi Bryan
Check out this Pro SDK Community sample: LayersPane
In this sample, the text in the search text box is passed as a "parameter" to the Search ICommand.
Thanks
Uma
Hi Bryan
Check out this Pro SDK Community sample: LayersPane
In this sample, the text in the search text box is passed as a "parameter" to the Search ICommand.
Thanks
Uma