Handle custom project settings modify

I’ve tried to handle custom project settings property changes with OnModified delegate from ISettingsSection following this tutorial. But its called when settings section structure or content changes.

So, the question is how to handle custom project settings property modify with delegate?