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