2 instantiations of SendMailErrorEventArgs
System.Web (2)
UI\WebControls\LoginUtil.cs (2)
159SendMailErrorEventArgs args = new SendMailErrorEventArgs(e); 184SendMailErrorEventArgs args = new SendMailErrorEventArgs(e);
7 references to SendMailErrorEventArgs
System.Web (7)
UI\WebControls\ChangePassword.cs (1)
2048protected virtual void OnSendMailError(SendMailErrorEventArgs e) {
UI\WebControls\CreateUserWizard.cs (1)
2789protected virtual void OnSendMailError(SendMailErrorEventArgs e) {
UI\WebControls\LoginUtil.cs (3)
159SendMailErrorEventArgs args = new SendMailErrorEventArgs(e); 184SendMailErrorEventArgs args = new SendMailErrorEventArgs(e); 212internal delegate void OnSendMailErrorDelegate(SendMailErrorEventArgs e);
UI\WebControls\PasswordRecovery.cs (1)
1469protected virtual void OnSendMailError(SendMailErrorEventArgs e) {
UI\WebControls\SendMailErrorEventHandler.cs (1)
10public delegate void SendMailErrorEventHandler(object sender, SendMailErrorEventArgs e);