Prism-Documentation icon indicating copy to clipboard operation
Prism-Documentation copied to clipboard

Incorrect xmlns in web help

Open hcalxhcalxhcalx opened this issue 1 year ago • 2 comments

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

hcalxhcalxhcalx avatar Aug 15 '24 07:08 hcalxhcalxhcalx

Can you explain what the issue is?

brianlagunas avatar Aug 15 '24 15:08 brianlagunas

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

hcalxhcalxhcalx avatar Aug 15 '24 15:08 hcalxhcalxhcalx