79440254

Date: 2025-02-14 18:28:30
Score: 0.5
Natty:
Report link

I know that this is an old question, but WPF (at least now) provides a built-in way to handle this by specifying a delay:

<TextBox Text="{Binding=whatever, Delay=600}" />

This will make the textbox wait 600 milliseconds after a change before calling any event based on the change.

Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Thomas Phaneuf