Multiple choice technology web technology Choose the asynchronous events below(Multiple Selection) ItemDeleted ItemDeleting ItemUpdated 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.