Synchronous Event

An event in which the associated event handlers are designed to execute sequentially. If any one event handler in the sequence fails, then the whole sequence fails.

See also Asynchronous Event.