void OnAnswerChanged(int inQuesIndex, int inIterationIndex, OnAnswerChangedParams ioOnAnswerChangedParams);
Description
This callback is used with the dynamic pages refresh - will be called when an answer is changed
Parameters
The following is a list of parameters the functions receives
Parameter | Type | Description |
---|---|---|
inQuestionIndex | Int32 | The question Index |
inIterationIndex | Int32 | The iteration index |
ioOnAnswerChangedParam | onAnswerChangedParam | The parameter to change |
Return Type
void
Comments
Please sign in to leave a comment.