Skip to content
New issue

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

Incorrect xmlns in web help #130

Open
hcalxhcalxhcalx opened this issue Aug 15, 2024 · 2 comments
Open

Incorrect xmlns in web help #130

hcalxhcalxhcalx opened this issue Aug 15, 2024 · 2 comments

Comments

@hcalxhcalxhcalx
Copy link

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.

took me some time to figure why it didn't work

@brianlagunas
Copy link
Member

Can you explain what the issue is?

@hcalxhcalxhcalx
Copy link
Author

Slash missing at the end of xmlns. Doesn't compile with ".com", works with ".com/"

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants