Yes but how can I determine exactly when it is canceled (as I need to perform some action immediatly after this cancel event)?
After the picker was opened, the user can take 1, 2, 3, 4s... 1min... to actually cancel or confirm it. And, without any cancel event fired, I have no way to determine when this happen if the user choose to cancel it (I can't know if he is still in the picker dialog or actually already canceled it)...