Magento Customer Address – Event for Customer Address Frontend Update

customercustomer-addressevent-observershipping-address

someone could tell me if there's an event to observe when i update customer address (shipping and billing)? From frontend and backend. I need it to copy these addresses and putting them into another db.

Thanks.

Best Answer

There is an event called customer_address_save_after which is used for afterAddressSave method in Mage_Customer_Model_Observer class.