1 instantiation of CreateUserErrorEventArgs
System.Web (1)
UI\WebControls\CreateUserWizard.cs (1)
2141OnCreateUserError(new CreateUserErrorEventArgs(status));
2 references to CreateUserErrorEventArgs
System.Web (2)
UI\WebControls\CreateUserErrorEventHandler.cs (1)
10public delegate void CreateUserErrorEventHandler(object sender, CreateUserErrorEventArgs e);
UI\WebControls\CreateUserWizard.cs (1)
2714protected virtual void OnCreateUserError(CreateUserErrorEventArgs e) {