'event' Syntax and Note : event « Javascript Objects « JavaScript Reference

'event' Syntax and Note

Note:

This object is created each time an event is fired with a set of properties 
that correspond to the fired event.
    
Syntax:
    
window.event.memberName

    

      
      








Related examples in the same category

1.'event' Example
2.'event' JavaScript Properties
3.'event' JavaScript Collections
4.'event' JavaScript Objects
5.'event' is applied to