Roberto DALMONTE
Roberto DALMONTE
I'm experiencing a similar problem, I guess...: given this Delete method ```csharp [ICommand(CanExecute = nameof(CanDelete))] private async Task Delete() { var canBeDeleted = await CanDelete(); if (canBeDeleted && SelectedOperator is...
Thank you, Sergio. Thanks to your explanation I was now able to find a viable solution.
Hello Stephen, this is the approach I followed ...take it with a grain of salt. It's a "let's see if it works" try.:) I also needed to be able to...
I'd really like to have that functionality too.