Question T16316
Visible to All Users

Alternatives to onAfterUndo and onAfterRedo

created a year ago

Updating our implementation to v1.9.124 from 1.9.74 and discovered issue https://github.com/surveyjs/survey-creator/issues/4760 resulted in onAfterUndo and onAfterRedo being removed from CreatorBase. Our application uses those events to trigger re-calculation of dependencies among the questions. This is to support information to prompt that a user is aware, when they remove a question, related questions will also be removed.

Is an alternative to onAfterUndo and onAfterRedo available?

Answers approved by surveyjs Support

created a year ago

Hello Jeff,
You can use creator.onModified event.

Thank you,
Andrew
SurveyJS Team