Multiple choice technology web technology

Choose the asynchronous events below(Multiple Selection)

  1. ItemDeleted

  2. ItemDeleting

  3. ItemUpdated

  4. ItemUpdating

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

Events ending in -ed (ItemDeleted, ItemUpdated) are asynchronous and fire after the action completes. Events ending in -ing (ItemDeleting, ItemUpdating) are synchronous and fire before the action, allowing cancellation.