Skip to content

Instantly share code, notes, and snippets.

@atzimler
Created May 31, 2017 09:54
Show Gist options
  • Select an option

  • Save atzimler/be3ae208d45dce0f13303cab016b11bc to your computer and use it in GitHub Desktop.

Select an option

Save atzimler/be3ae208d45dce0f13303cab016b11bc to your computer and use it in GitHub Desktop.
private void Button_Click(object sender, RoutedEventArgs e)
{
Commands.TestCommand.WhatShouldWeReturnForCanExecute =
!Commands.TestCommand.WhatShouldWeReturnForCanExecute;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment