Property TextChangeEventMode
TextChangeEventMode - Determines when exactly the textChange event is triggered.
LAZY - Default setting. The event is triggered only if there is a timeout after the last change. The length of the timeout can be defined in Properties > Misc > TextChangeTimeout.
EAGER - The event is triggered at each keystroke.
TIMEOUT - The event is triggered only if there is a timeout after the last change.