I am wondering how to check if one of the input names has been changed on my component. Is there a method that I can use to check this? I need to use the nickname for something else that I am doing, so I want to update my information if this has changed.
Params.ParameterNickNameChanged
Though it doesn’t fire for all changing events.
The Params.ParameterNickNameChanged didn’t fire but Params.ParameterChanged did.
Thanks, that did the job.
1 Like