cascading event

A sequence of events caused by an event procedure directly or indirectly calling itself; also referred to as an event cascade or a recursion. Be careful when producing cascading events, because they often result in stack-overflow or other run-time errors.