Rename the onSurveyPropertyValueChanged
, onPropertyValidationCustomError
, and onGetObjectDisplayName
events
#6340
Labels
onSurveyPropertyValueChanged -> onPropertyChanged
onPropertyValueChanging -> onPropertyChanging
onPropertyValidationCustomError -> onPropertyDisplayCustomError
onGetObjectDisplayName -> onElementGetDisplayName
onPropertyChanged:
options.element
options.name
options.value
onPropertyChanging:
options.element
options.name
options.oldValue
options.newValue
The text was updated successfully, but these errors were encountered: