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