Event Fields

The Event type exposes the following members.

Fields
  NameDescription
Public fieldStatic memberAtTargetPhase
The current event phase is the capturing phase.
Public fieldStatic memberBubblingPhase
The current event phase is the bubbling phase.
Public fieldStatic memberCapturingPhase
The event is currently being evaluated at the target IEventTarget.
Public fieldStatic memberNonePhase
Events not currently dispatched are in this phase.
See Also