ZVON > References > DOM2 Reference

currentTarget (attribute )

Owning interface and usage:  
Event.currentTarget

Member of these other interfaces:  
MouseEvent, MutationEvent, UIEvent

Readonly:   yes

Type:   EventTarget

Description:  
Used to indicate the EventTarget whose EventListeners are currently being processed. This is particularly useful during capturing and bubbling.