void OnCancel()
Description
This callback function is called when the survey is cancelled
Return Type
void
Example
Prompt a message when survey is cancelled
function OnCancel() {
Prompt("Sorry this interview is now Finished");
}
void OnCancel()
This callback function is called when the survey is cancelled
void
Prompt a message when survey is cancelled
function OnCancel() {
Prompt("Sorry this interview is now Finished");
}
Comments
Please sign in to leave a comment.