-1

Is it possible to access the built in 'done' and 'cancel' buttons to check which was touched/clicked. I am using the timeSpanPicker control and want to check if, when the control has been tapped, the user has confirmed a new time span or cancelled it?

BradleyDotNET
  • 60,462
  • 10
  • 96
  • 117
  • Can you please post your code. I have no idea what you mean by the built in 'done' and 'cancel' buttons – DotNetRussell Jun 30 '14 at 20:23
  • It was the done button on the applicationbar that I was meaning but I sorted it out, sorry for the lack of code, will remember next time, cheers. – James Twigg Jul 01 '14 at 18:15

1 Answers1

1

When you pick a new value and tap the done applicationbar button the value changed event is raised. That's how you know a new value has been selected.

Pantelis
  • 2,060
  • 3
  • 25
  • 40