can anyone help me why object as parameter is used ?wpf MVVMPApookar aryal8yAsked Mar 26, 2018, 9:21 AM813Learn iOS Programmingpublic bool CanExecute(object parameter){}public event EventHandler CanExecuteChanged;public void Execute(object parameter){} why object parameter is necessary in iCommand interface
Replies
Know the answer? Post it — somebody with the same question will find it here.