Hello everybody,
I have got a question about event and bound command.
What happens if I bound a command to my button and also handle the click event in my code behind ?
I mean, I have already tried and everything is ok but I was wondering whether this affects the efficiency or something else ? Is it a good practice ?
In my case the code behind is just to close a window after it has executed a command.
thank you everybody