NotifyCanExecuteChangedFor and inheritance #880
Unanswered
michaelmairegger
asked this question in
Q&A
Replies: 1 comment 2 replies
|
Any news on this? Further code sample: as the code generator uses |
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
I have the following classes:
How it is possible to use [NotifyCanExecuteChangedFor(nameof(SendElectronicInvoiceCommand))] without the following workaround:
All reactions