Is there a way to override the default behavior of an arbitrary Command?
I want to make my own _Print command, but “hide” it in some cases, providing my own solution.
I expected to find some e.Handled or any of that kind in the BeginCommand event, but without luck.
Print command is also specific in that it shows its own window, which I’d like to suppress on that occasion.
Any reasonable solutions? I kindly ask for some input here @dale