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

Home
JavaScript Reference
1.Event Handlers Reference
2.Javascript Collections
3.Javascript Methods
4.Javascript Objects
5.Javascript Properties
JavaScript Reference » Javascript Objects » event 
'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
java2s.com  | Contact Us | Privacy Policy
Copyright 2009 - 12 Demo Source and Support. All rights reserved.
All other trademarks are property of their respective owners.