Multiple choice technology programming languages

Which event will fire, When a user types in an edit control in the DataWindow control

  1. EditChanged

  2. ItemChanged

  3. Itemerror

  4. DataChanged

Reveal answer Fill a bubble to check yourself
A Correct answer
Explanation

The EditChanged event fires when a user types in an edit control within a DataWindow. This event triggers for each keystroke or change in the edit control, unlike ItemChanged which fires after the user completes the edit and moves away from the field.