Re: How to intercept changed value of ConfigItem in ConfigContext
Hello Iqbal,
the public function Changed on a ConfigItem returns true, if the item was changed. This function should be called from ConfigChanged callback. You have to iterate over all items or check only specific items, you want to monitor explicitly.
Best Regards
Andreas Fink