Hi, when i register as a new customer in nopcommerce the AddCustomer() will be called, in this function there is the AddCustomerForced(). The AddCustomerForced() has an Event after the customer is created. So i have implemented some functionality in the EventHandler of the Add, Update Customer, but why is the UpdateCustomer at the registration process thrown?

It creates a Customer, 2 Addresses (ship, billing), but it also creates the update customer eventhandler. Is it because the Address Id must be mapped with the customer??