The CreateUserWizard.CreatedUser event is raised after the membership provider specified in the CreateUserWizard.MembershipProvider property creates the new Web site user account. If the CreateUserWizard.LoginCreatedUser property is true, the user is logged on to the Web site after the CreateUserWizard.CreatedUser event.
Use the CreateUserWizard.CreatedUser event to set Web site values, such as personalization values, before the user is logged on to the site for the first time.
For more information about handling events, see Handling and Raising Events.