The `onQuestionAdded` event is raised when moving a question to another page using the "Layout" > "Move the question to page" editor in Survey Creator #9073
If you move a question to another page via drag-and-drop, the onQuestionAdded function is not raised.
If you move a question to another page using the Layout | Move the question to page editor, the onQuestionAdded function is raised.
Expected behavior: if you move a question to another page via a property grid, the onQuestionAdded function is not raised.
T20755 - The
onQuestionAdded
callback invoked when a question is moved to a different page using the 'Layout' tab https://surveyjs.answerdesk.io/internal/ticket/details/T20755View Demo
If you move a question to another page via drag-and-drop, the
onQuestionAdded
function is not raised. If you move a question to another page using theLayout | Move the question to page
editor, theonQuestionAdded
function is raised. Expected behavior: if you move a question to another page via a property grid, theonQuestionAdded
function is not raised.