Trigger Definition in TerminologyProvider

Hi,

I am implementing a Terminology provider for Trados 2022 SR2.

I provide the fields that show in the Hitlist fields, through the descriptive fields, given in the getter of Definition in TerminologyProvider class.

This works fine, but the time, when this getter is triggered, seems to be quite random.

Sometimes it triggers when changing the config but not always. Also most of the times it triggers when opening a project, but also not always.

Also when it triggers, it triggers multiple times, like 7-8 times.

I want to make sure that I trigger it always after changing the config (after MyTerminologyProviderWinFormsUI.Edit), because during configuration the Hitlist fields might change.

Can I trigger this manually?