YAHOO.util.StorageEvent
                                
                                        
                            
                        
                                    (
  
                                        
                                                
                                                oStorageArea
                                                , 
                                                sKey
                                                , 
                                                oOldValue
                                                , 
                                                oNewValue
                                                , 
                                                sType
                                    )
                                
                                - Parameters:
- 
                                                    oStorageArea <Object>Required. The Storage object that was affected.
- 
                                                    sKey <String>Required. The key being changed; DOMString in HTML 5 spec.
- 
                                                    oOldValue <Mixed>Required. The old value of the key being changed; DOMString in HTML 5 spec.
- 
                                                    oNewValue <Mixed>Required. The new value of the key being changed; DOMString in HTML 5 spec.
- 
                                                    sType <String>Required. The storage event type.