When I use the Command in a Buttoncontrol the event handler which joined with Click event will never raised,
How can I use the Command and handle the Click event handler?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
You could attach the ICommand to another property and execute it from the Click handler.
and in the handler:
You’d also need to do some extra work if you wanted to keep the Command disabling behavior.