WpfIgniter icon indicating copy to clipboard operation
WpfIgniter copied to clipboard

DelegateCommand is not rely CommandManager.RequerySuggested anymore

Open Ted-Zhang opened this issue 6 years ago • 0 comments

By reading the ReadMe file, I think there is not accurate anymore, the DeletegateComand is not rely on CommandManager.RequestSuggest anymore, it use RaiseCanExecuteChanged or ObservesProperty to raise the event.

https://github.com/PrismLibrary/Prism/blob/master/Source/Prism/Commands/DelegateCommandBase.cs

Ted-Zhang avatar Apr 02 '19 22:04 Ted-Zhang