System.Web.UI.WebControls.CreateUserWizard.CreatedUser Event

Occurs after the membership provider has created the new Web site user account.

Syntax

public event EventHandler CreatedUser

Remarks

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.

Requirements

Namespace: System.Web.UI.WebControls
Assembly: System.Web (in System.Web.dll)
Assembly Versions: 2.0.0.0
Since: .NET 2.0