6 references to LoginCancelEventArgs
System.Web (6)
UI\WebControls\ChangePassword.cs (1)
1707LoginCancelEventArgs cancelArgs = new LoginCancelEventArgs();
UI\WebControls\CreateUserWizard.cs (1)
2105LoginCancelEventArgs args = new LoginCancelEventArgs();
UI\WebControls\login.cs (1)
1083LoginCancelEventArgs cancelEventArgs = new LoginCancelEventArgs();
UI\WebControls\loginstatus.cs (1)
282LoginCancelEventArgs cancelEventArgs = new LoginCancelEventArgs();
UI\WebControls\PasswordRecovery.cs (2)
1167LoginCancelEventArgs cancelEventArgs = new LoginCancelEventArgs(); 1219LoginCancelEventArgs cancelEventArgs = new LoginCancelEventArgs();