Skip to content

Parent Commands, Have Children!

Choose a tag to compare

@feO2x feO2x released this 26 Jul 05:56

New in v0.2: ParameterizedComamnd is a version of DelegateCommand that takes an object as parameter for Execute and CanExecute.

Breaking Changes: DelegateCommand is no longer sealed, the Execute, CanExecute and RaiseCanExecuteChanged methods are now virtual.