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