Button Click Mode

If you need to use the Button.Click event, rather than the Tap event for whatever reason, you can tailor the type of user interaction that is required to raise the Button’s Click event using the Button.ClickMode property.

The following is a list of the three possible ClickMode values:

Image PressThe Click event is raised as soon as the user touches the button.

Image ReleaseThe Click event is not raised until the user lifts his finger off the button. This is the default value.

HoverHas the same effect as Press. As there is currently no ...

Get Windows® Phone 8 Unleashed now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.