We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
https://prismlibrary.github.io/docs/wpf/interactivity/event-to-command.html
Add the Prism namespace to be able to declare InvokeCommandAction in the XAML. xmlns:prism="http://prismlibrary.com" And attach to the control with the desired event.
Add the Prism namespace to be able to declare InvokeCommandAction in the XAML.
xmlns:prism="http://prismlibrary.com"
And attach to the control with the desired event.
took me some time to figure why it didn't work
The text was updated successfully, but these errors were encountered:
Can you explain what the issue is?
Sorry, something went wrong.
Slash missing at the end of xmlns. Doesn't compile with ".com", works with ".com/"
No branches or pull requests
https://prismlibrary.github.io/docs/wpf/interactivity/event-to-command.html
took me some time to figure why it didn't work
The text was updated successfully, but these errors were encountered: