egueb  0.0.23.1
Enumerations
Event phase
Event

Enumerations

enum  Egueb_Dom_Event_Phase {
  EGUEB_DOM_EVENT_PHASE_CAPTURING,
  EGUEB_DOM_EVENT_PHASE_AT_TARGET,
  EGUEB_DOM_EVENT_PHASE_BUBBLING,
  EGUEB_DOM_EVENT_PHASES
}

Enumeration Type Documentation

Enumerator:
EGUEB_DOM_EVENT_PHASE_CAPTURING 

The event is going from topmost element to target element

EGUEB_DOM_EVENT_PHASE_AT_TARGET 

The event is at target

EGUEB_DOM_EVENT_PHASE_BUBBLING 

The event is going from the target to the topmost element

 All Data Structures