Previous Topic: Using HTML Pages without FramesNext Topic: Support for ScrollTop and ScrollBottom Events


Browser Event Queue

A queue controls the processing of Browser Events. All events from the queue are processed one at a time in the order they are received. However, if multiple events of the same event type are triggered from the same control, only the first one is queued. All the following events are ignored. If multiple events of different event types are triggered from the same control, or if multiple events are triggered from different controls, they are all queued for processing.