I want to be able to handle the two separate events when the user presses a button and when the user releases that button, but I can't see any way to do it.
The command or Clicked event only tell me when the user has pressed and then released the button (not the press and hold event). Also there is no IsClicked property to bind to.
Is there a way to do this?
Thanks,
Philip