Hi everyone,
I'm looking for a a way to make a delay (apart from some common ways like Task.Delay) to calling taggers. In one of my projects I've used a tagger which noticeably impact the performance and caused a lag when user is writing. I need that tagger to be called once user has finished writing not per each letter. Something like the Delay property in normal binding commands or a way to make tagger to not blocking the UI.
Does anyone have any idea?
Thanks,
Dariush Malek
I'm looking for a a way to make a delay (apart from some common ways like Task.Delay) to calling taggers. In one of my projects I've used a tagger which noticeably impact the performance and caused a lag when user is writing. I need that tagger to be called once user has finished writing not per each letter. Something like the Delay property in normal binding commands or a way to make tagger to not blocking the UI.
Does anyone have any idea?
Thanks,
Dariush Malek