I wish to use an
in my WPF Application which responds to mouse clicks. Only the \'Mouse Up\' and \'Moue Down\' events are available out of the box
You can use a set of 4 handlers and 2 boolean variables:
booleans:
handlers:
This construction implements the functionality of the classic click.