1 type derived from LoginCancelEventArgs
System.Web (1)
UI\WebControls\MailMessageEventArgs.cs (1)
14public class MailMessageEventArgs : LoginCancelEventArgs {
6 instantiations of 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();
13 references to LoginCancelEventArgs
System.Web (13)
UI\WebControls\ChangePassword.cs (2)
1707LoginCancelEventArgs cancelArgs = new LoginCancelEventArgs(); 1976protected virtual void OnChangingPassword(LoginCancelEventArgs e) {
UI\WebControls\CreateUserWizard.cs (2)
2105LoginCancelEventArgs args = new LoginCancelEventArgs(); 2725protected virtual void OnCreatingUser(LoginCancelEventArgs e) {
UI\WebControls\login.cs (2)
1083LoginCancelEventArgs cancelEventArgs = new LoginCancelEventArgs(); 1277protected virtual void OnLoggingIn(LoginCancelEventArgs e) {
UI\WebControls\LoginCancelEventHandler.cs (1)
8public delegate void LoginCancelEventHandler(object sender, LoginCancelEventArgs e);
UI\WebControls\loginstatus.cs (2)
282LoginCancelEventArgs cancelEventArgs = new LoginCancelEventArgs(); 348protected virtual void OnLoggingOut(LoginCancelEventArgs e) {
UI\WebControls\PasswordRecovery.cs (4)
1167LoginCancelEventArgs cancelEventArgs = new LoginCancelEventArgs(); 1219LoginCancelEventArgs cancelEventArgs = new LoginCancelEventArgs(); 1451protected virtual void OnVerifyingAnswer(LoginCancelEventArgs e) { 1480protected virtual void OnVerifyingUser(LoginCancelEventArgs e) {