WPF Command with Click Event Handler
- by Tomas1
Hi all,
When I use the Command in a Button control the event handler which joined with Click event will never raised,
how can I use the Command and handle the Click event handler
Thanks in advance