Run code after ProgressDialog is closed by user

Eduard

Active Member
Licensed User
Longtime User
I want to close the activity automatically if user closes a progressdialog that is cancelable by pressing the back button

It this possible?

code:
ProgressDialogShow2(message as string,cancelable as boolean)
 
Top